Skip to content

Commit

Permalink
chore(release): 0.9.2 [skip ci]
Browse files Browse the repository at this point in the history
## [0.9.2](v0.9.1...v0.9.2) (2023-04-08)

### Bug Fixes

* remove postinstall from root package.json: now this is the public one ([df9ffe2](df9ffe2))
  • Loading branch information
semantic-release-bot committed Apr 8, 2023
1 parent df9ffe2 commit f2150b5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.9.2](https://github.com/cicerchie/ui/compare/v0.9.1...v0.9.2) (2023-04-08)


### Bug Fixes

* remove postinstall from root package.json: now this is the public one ([df9ffe2](https://github.com/cicerchie/ui/commit/df9ffe298433b8cfd5d7d4a837ede9ff0b919e28))

## [0.9.1](https://github.com/cicerchie/ui/compare/v0.9.0...v0.9.1) (2023-04-08)


Expand Down
4 changes: 2 additions & 2 deletions 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": "@cicerchie/ui",
"version": "0.9.1",
"version": "0.9.2",
"description": "A set of web components for building fast user interfaces.",
"author": "https://github.com/cicerchia",
"license": "MIT",
Expand Down

0 comments on commit f2150b5

Please sign in to comment.