Skip to content

Commit

Permalink
chore(release): 0.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
weareoutman committed Nov 18, 2022
1 parent 9d1c124 commit e8d9df0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
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.7](https://github.com/easyops-cn/brick-next-devtools/compare/v0.6.6...v0.6.7) (2022-11-18)

### Features

- support limit log number ([a124f18](https://github.com/easyops-cn/brick-next-devtools/commit/a124f181793cda9a28c1d45da2690dc9ca9b0c9c))

### [0.6.6](https://github.com/easyops-cn/brick-next-devtools/compare/v0.6.5...v0.6.6) (2022-08-17)

### Features
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.6",
"version": "0.6.7",
"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.6",
"version": "0.6.7",
"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 e8d9df0

Please sign in to comment.