Skip to content

Commit

Permalink
chore(main): release minze 1.10.1 (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
n6aibot authored Nov 28, 2023
1 parent be3f751 commit c8d3dab
Show file tree
Hide file tree
Showing 3 changed files with 10 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": "1.10.1",
"packages/minze-vscode": "0.6.0",
"packages/vite-plugin-minze": "1.1.5"
}
8 changes: 8 additions & 0 deletions packages/minze/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.10.1](https://github.com/n6ai/minze/compare/minze-v1.10.0...minze-v1.10.1) (2023-11-28)


### Bug Fixes

* event shorthand regex breaking events if attribute value matches event shorthand writing ([#268](https://github.com/n6ai/minze/issues/268)) ([432169e](https://github.com/n6ai/minze/commit/432169e4e519967faee52fc7f2c589b627c7fc88))
* on:events regex notation ([71d53ec](https://github.com/n6ai/minze/commit/71d53ec0651f02f4fc89c219a9db3927c5e6efe2))

## [1.10.0](https://github.com/n6ai/minze/compare/minze-v1.9.2...minze-v1.10.0) (2023-08-30)


Expand Down
2 changes: 1 addition & 1 deletion packages/minze/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "minze",
"version": "1.10.0",
"version": "1.10.1",
"license": "MIT",
"author": "Sergej Samsonenko",
"description": "Dead-simple JS framework for native web components.",
Expand Down

0 comments on commit c8d3dab

Please sign in to comment.