Skip to content

Commit

Permalink
1.4.6: new release
Browse files Browse the repository at this point in the history
  • Loading branch information
cnwangjie committed Aug 8, 2019
1 parent 425d75d commit ecafe03
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,16 @@ jobs:

release_sentry:
docker:
- image: getsentry/sentry-cli
- image: circleci/node:10.10-jessie
working_directory: ~/ext
steps:
- restore_cache:
key: build-{{ .Environment.CIRCLE_SHA1 }}
- run:
name: release sentry
command: |
yarn global add @sentry/cli
export PATH="$PATH:$HOME/.config/yarn/global/node_modules/.bin"
sentry-cli releases new ${CIRCLE_TAG}
sentry-cli releases files ${CIRCLE_TAG} upload-sourcemaps dist
sentry-cli releases finalize ${CIRCLE_TAG}
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### v1.4.6 8/8/2019

- fix: crash when click item of search result
- fix: data changes cannot be stored
- fix: multi-operation button cannot be clicked

### v1.4.5 5/9/2019

- fix: browser action broken in v1.4.4
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "__EXT_NAME__",
"version": "1.4.5",
"version": "1.4.6",
"default_locale": "en",
"description": "__MSG_ext_desc__",
"author": "WangJie <[email protected]>",
Expand Down

0 comments on commit ecafe03

Please sign in to comment.