Skip to content

Commit

Permalink
chore(release): 0.14.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.14.0](v0.13.2...v0.14.0) (2019-10-22)

### Bug Fixes

* build error fix ([#25](#25)) ([5a389dd](5a389dd))

### Features

* support preview loading [ch2776] ([#24](#24)) ([c2659bc](c2659bc))
  • Loading branch information
semantic-release-bot committed Oct 22, 2019
1 parent 5a389dd commit dd59768
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [0.14.0](https://github.com/pie-framework/pie-player-components/compare/v0.13.2...v0.14.0) (2019-10-22)


### Bug Fixes

* build error fix ([#25](https://github.com/pie-framework/pie-player-components/issues/25)) ([5a389dd](https://github.com/pie-framework/pie-player-components/commit/5a389dd1fa6ba6cd699a4e0196970f7672668772))


### Features

* support preview loading [ch2776] ([#24](https://github.com/pie-framework/pie-player-components/issues/24)) ([c2659bc](https://github.com/pie-framework/pie-player-components/commit/c2659bcf02e03b68e7fa1147a409115649ba279a))

## [0.13.2](https://github.com/pie-framework/pie-player-components/compare/v0.13.1...v0.13.2) (2019-10-16)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pie-framework/pie-player-components",
"version": "0.13.2",
"version": "0.14.0",
"description": "Pie Player Components",
"module": "dist/index.mjs",
"main": "dist/index.js",
Expand Down Expand Up @@ -68,7 +68,7 @@
"http-server": "^0.11.1",
"husky": "^2.4.1",
"jest": "24.8.0",
"jest-cli": "^24.8.0",
"jest-cli": "24.8.0",
"jest-environment-node-debug": "^2.0.0",
"lint-staged": "^8.2.0",
"lodash": "^4.17.11",
Expand Down

0 comments on commit dd59768

Please sign in to comment.