Skip to content

Commit

Permalink
chore(release): 0.29.1 [skip ci]
Browse files Browse the repository at this point in the history
## [0.29.1](v0.29.0...v0.29.1) (2022-08-02)

### Bug Fixes

* validate method declaration ([88c3179](88c3179))
* validate prop in controller interface declaration ([3863b72](3863b72))
* validation method ([9de5761](9de5761))
  • Loading branch information
semantic-release-bot committed Aug 2, 2022
1 parent 27a779e commit b59b3fe
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [0.29.1](https://github.com/pie-framework/pie-player-components/compare/v0.29.0...v0.29.1) (2022-08-02)


### Bug Fixes

* validate method declaration ([88c3179](https://github.com/pie-framework/pie-player-components/commit/88c31798bf61f4d1cb0b38a252f33b7fd699f521))
* validate prop in controller interface declaration ([3863b72](https://github.com/pie-framework/pie-player-components/commit/3863b7215992f9fd655763d10fed0154c855bf29))
* validation method ([9de5761](https://github.com/pie-framework/pie-player-components/commit/9de5761085ea9892245554ae7bd2b53a6517d39d))

# [0.29.0](https://github.com/pie-framework/pie-player-components/compare/v0.28.4...v0.29.0) (2022-07-28)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pie-framework/pie-player-components",
"version": "0.29.0",
"version": "0.29.1",
"description": "Pie Player Components",
"module": "dist/index.mjs",
"main": "dist/index.js",
Expand Down

0 comments on commit b59b3fe

Please sign in to comment.