Skip to content

Commit

Permalink
chore(release): 0.6.10
Browse files Browse the repository at this point in the history
  • Loading branch information
weareoutman committed Oct 10, 2023
1 parent b33e0aa commit 787dfc1
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.10](https://github.com/easyops-cn/brick-next-devtools/compare/v0.6.9...v0.6.10) (2023-10-10)

### Bug Fixes

- refresh brick info ([fda903d](https://github.com/easyops-cn/brick-next-devtools/commit/fda903d58aad7fb91fa3da0829530e1d9b2725c8))

### [0.6.9](https://github.com/easyops-cn/brick-next-devtools/compare/v0.6.8...v0.6.9) (2023-10-09)

### 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.9",
"version": "0.6.10",
"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.9",
"version": "0.6.10",
"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 787dfc1

Please sign in to comment.