Skip to content

Commit

Permalink
chore(main): release minze 1.1.1 (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
n6aibot authored Jan 26, 2023
1 parent 94f725b commit c02f9da
Show file tree
Hide file tree
Showing 3 changed files with 14 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,5 +1,5 @@
{
"packages/create-minze": "1.1.1",
"packages/minze": "1.1.0",
"packages/minze": "1.1.1",
"packages/minze-elements": "0.1.2"
}
12 changes: 12 additions & 0 deletions packages/minze/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.1.1](https://github.com/n6ai/minze/compare/minze-v1.1.0...minze-v1.1.1) (2023-01-26)


### Bug Fixes

* convert attributes without values to true ([c87a51f](https://github.com/n6ai/minze/commit/c87a51f57edbee94b788caf31b0f62e7c933090d))


### Miscellaneous

* manual release ([f57cbb0](https://github.com/n6ai/minze/commit/f57cbb0ac136f3f5876f44f333c9c4735b3b2667))

## [1.1.0](https://github.com/n6ai/minze/compare/minze-v1.0.3...minze-v1.1.0) (2022-12-23)

## [1.0.3](https://github.com/n6ai/minze/compare/v1.0.2...v1.0.3) (2022-02-02)
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.1.0",
"version": "1.1.1",
"license": "MIT",
"author": "Sergej Samsonenko",
"description": "Dead-simple JS framework for native web components.",
Expand Down

0 comments on commit c02f9da

Please sign in to comment.