Skip to content

Commit

Permalink
chore(main): release minze-vscode 0.6.0 (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
n6aibot authored Aug 31, 2023
1 parent 16018ed commit 19a7343
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages/create-minze": "2.1.1",
"packages/minze": "1.10.0",
"packages/minze-vscode": "0.5.2",
"packages/minze-vscode": "0.6.0",
"packages/vite-plugin-minze": "1.1.5"
}
7 changes: 7 additions & 0 deletions packages/minze-vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.6.0](https://github.com/n6ai/minze/compare/minze-vscode-v0.5.2...minze-vscode-v0.6.0) (2023-08-31)


### Features

* use view transitions api when enabled through options ([#246](https://github.com/n6ai/minze/issues/246)) ([94d5723](https://github.com/n6ai/minze/commit/94d57234e3c0b59d5d9a62688a74daf5b73d3d4e))

## [0.5.2](https://github.com/n6ai/minze/compare/minze-vscode-v0.5.1...minze-vscode-v0.5.2) (2023-08-24)


Expand Down
2 changes: 1 addition & 1 deletion packages/minze-vscode/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "minze-vscode",
"displayName": "Minze",
"version": "0.5.2",
"version": "0.6.0",
"license": "MIT",
"publisher": "n6ai",
"author": "Sergej Samsonenko",
Expand Down

0 comments on commit 19a7343

Please sign in to comment.