Skip to content

Commit

Permalink
chore(release): 0.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
weareoutman committed Jun 28, 2023
1 parent 60c7d8c commit bc5c287
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,12 @@

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.8](https://github.com/easyops-cn/brick-next-devtools/compare/v0.6.7...v0.6.8) (2023-06-28)

### Features

- support brick next v3 ([da474a2](https://github.com/easyops-cn/brick-next-devtools/commit/da474a2bd1e4f7ff0960bd2aeb9b171b3026582b))

### [0.6.7](https://github.com/easyops-cn/brick-next-devtools/compare/v0.6.6...v0.6.7) (2022-11-18)

### Features
Expand Down
2 changes: 1 addition & 1 deletion extension/manifest.json
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.7",
"version": "0.6.8",
"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
@@ -1,6 +1,6 @@
{
"name": "brick-next-devtools",
"version": "0.6.7",
"version": "0.6.8",
"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 bc5c287

Please sign in to comment.