Commit ecafe03 1 parent 425d75d commit ecafe03 Copy full SHA for ecafe03
File tree 3 files changed +10
-2
lines changed
3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -31,14 +31,16 @@ jobs:
31
31
32
32
release_sentry :
33
33
docker :
34
- - image : getsentry/sentry-cli
34
+ - image : circleci/node:10.10-jessie
35
35
working_directory : ~/ext
36
36
steps :
37
37
- restore_cache :
38
38
key : build-{{ .Environment.CIRCLE_SHA1 }}
39
39
- run :
40
40
name : release sentry
41
41
command : |
42
+ yarn global add @sentry/cli
43
+ export PATH="$PATH:$HOME/.config/yarn/global/node_modules/.bin"
42
44
sentry-cli releases new ${CIRCLE_TAG}
43
45
sentry-cli releases files ${CIRCLE_TAG} upload-sourcemaps dist
44
46
sentry-cli releases finalize ${CIRCLE_TAG}
Original file line number Diff line number Diff line change
1
+ ### v1.4.6 8/8/2019
2
+
3
+ - fix: crash when click item of search result
4
+ - fix: data changes cannot be stored
5
+ - fix: multi-operation button cannot be clicked
6
+
1
7
### v1.4.5 5/9/2019
2
8
3
9
- fix: browser action broken in v1.4.4
Original file line number Diff line number Diff line change 1
1
{
2
2
"manifest_version" : 2 ,
3
3
"name" : " __EXT_NAME__" ,
4
- "version" : " 1.4.5 " ,
4
+ "version" : " 1.4.6 " ,
5
5
"default_locale" : " en" ,
6
6
"description" : " __MSG_ext_desc__" ,
7
7
"author" :
" WangJie <[email protected] >" ,
You can’t perform that action at this time.
0 commit comments