Skip to content

Commit

Permalink
chore(release): 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
weareoutman committed Nov 23, 2021
1 parent 0fe5ed3 commit 481b05b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.6.2](https://github.com/easyops-cn/brick-next-devtools/compare/v0.6.1...v0.6.2) (2021-11-23)

### Features

- upgrade to manifest v3 ([7ad7c05](https://github.com/easyops-cn/brick-next-devtools/commit/7ad7c05133b8e5d4cea2d5f739b42ed585a744be))

### Bug Fixes

- fix background in dark theme ([63225ca](https://github.com/easyops-cn/brick-next-devtools/commit/63225ca8f9cffc0f23f824ce61537fb62a9e09cb))

### [0.6.1](https://github.com/easyops-cn/brick-next-devtools/compare/v0.6.0...v0.6.1) (2020-08-20)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "Brick Next Developer Tools",
"description": "Adds Brick Next debugging tools to the Chrome Developer Tools.",
"version": "0.6.1",
"version": "0.6.2",
"icons": {
"128": "icons/128-production.png"
},
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "brick-next-devtools",
"version": "0.6.1",
"version": "0.6.2",
"scripts": {
"test": "cross-env NODE_ENV='test' jest",
"start": "cross-env NODE_ENV='development' webpack --config webpack.config.js --watch",
Expand Down

0 comments on commit 481b05b

Please sign in to comment.