Skip to content

Commit

Permalink
chore(release): 1.5.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.5.0](v1.4.1...v1.5.0) (2023-09-28)

### Bug Fixes

* adaptive popout & tooltip position ([#28](#28)) ([3c30e66](3c30e66))

### Features

* size prop in menu item ([#27](#27)) ([020afd7](020afd7))
  • Loading branch information
semantic-release-bot committed Sep 28, 2023
1 parent 020afd7 commit e0b3381
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [1.5.0](https://github.com/cinnyapp/folds/compare/v1.4.1...v1.5.0) (2023-09-28)

### Bug Fixes

- adaptive popout & tooltip position ([#28](https://github.com/cinnyapp/folds/issues/28)) ([3c30e66](https://github.com/cinnyapp/folds/commit/3c30e66c55fe53bf3c34720b3617492a9b7a3ea3))

### Features

- size prop in menu item ([#27](https://github.com/cinnyapp/folds/issues/27)) ([020afd7](https://github.com/cinnyapp/folds/commit/020afd7844b262c16164ba94bfeb92eb5b268e83))

## [1.4.1](https://github.com/cinnyapp/folds/compare/v1.4.0...v1.4.1) (2023-09-07)

### Bug Fixes
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": "folds",
"version": "1.4.1",
"version": "1.5.0",
"author": "Ajay Bura (ajbura)",
"license": "Apache-2.0",
"main": "dist/index.js",
Expand Down

0 comments on commit e0b3381

Please sign in to comment.