Skip to content

Commit

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

### Features

- inspect page context and template state ([23cc256](https://github.com/easyops-cn/brick-next-devtools/commit/23cc2564b16d7d0337cd962232e232d150fd566a))

### [0.6.8](https://github.com/easyops-cn/brick-next-devtools/compare/v0.6.7...v0.6.8) (2023-06-28)

### 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.8",
"version": "0.6.9",
"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.8",
"version": "0.6.9",
"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 ff5c436

Please sign in to comment.