Skip to content

Commit

Permalink
chore(release): 0.15.2 [skip ci]
Browse files Browse the repository at this point in the history
## [0.15.2](v0.15.1...v0.15.2) (2019-10-31)

### Bug Fixes

* addRubricToConfig return result of addRubric ([b753be2](b753be2))
* create interpolated regex properly ([05951ee](05951ee))
* element not rendering when rubric added [ch3725] ([2d6513d](2d6513d))
  • Loading branch information
semantic-release-bot committed Oct 31, 2019
1 parent 28ce2a4 commit 144706b
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.15.2](https://github.com/pie-framework/pie-player-components/compare/v0.15.1...v0.15.2) (2019-10-31)


### Bug Fixes

* addRubricToConfig return result of addRubric ([b753be2](https://github.com/pie-framework/pie-player-components/commit/b753be2c7c7d8b064cab95528daccac25787fd73))
* create interpolated regex properly ([05951ee](https://github.com/pie-framework/pie-player-components/commit/05951eec99adc0aba4d086d9b7415057beba9730))
* element not rendering when rubric added [ch3725] ([2d6513d](https://github.com/pie-framework/pie-player-components/commit/2d6513d6dd052d08a0ad91174a683c9228a05b5f))

## [0.15.1](https://github.com/pie-framework/pie-player-components/compare/v0.15.0...v0.15.1) (2019-10-25)


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.15.1",
"version": "0.15.2",
"description": "Pie Player Components",
"module": "dist/index.mjs",
"main": "dist/index.js",
Expand Down

0 comments on commit 144706b

Please sign in to comment.