Skip to content

Commit

Permalink
chore(release): 5.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.0.0](v4.4.4...v5.0.0) (2019-11-29)

### Bug Fixes

* changed "branches" to "branch" ([7541995](7541995))
* fixed configuration files ([8e2d09e](8e2d09e))

### Build System

* **travis:** changed travis configuration filed ([9c8b843](9c8b843))

### Features

* updated generated package travis and semantic-release configuration ([0811210](0811210))
* **build:** beta branch ([c434d00](c434d00))

### BREAKING CHANGES

* **travis:** Added release candidates on develop branch
  • Loading branch information
semantic-release-bot committed Nov 29, 2019
1 parent 462172c commit fce0927
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
# [5.0.0](https://github.com/epranka/create-package/compare/v4.4.4...v5.0.0) (2019-11-29)


### Bug Fixes

* changed "branches" to "branch" ([7541995](https://github.com/epranka/create-package/commit/7541995322a7db3a952002ada2a8a4b4ae276160))
* fixed configuration files ([8e2d09e](https://github.com/epranka/create-package/commit/8e2d09e30ee1abf9bcf8a7beaaa91ffe0d5ba3d3))


### Build System

* **travis:** changed travis configuration filed ([9c8b843](https://github.com/epranka/create-package/commit/9c8b843c1557766b46a4d852330912607e4342eb))


### Features

* updated generated package travis and semantic-release configuration ([0811210](https://github.com/epranka/create-package/commit/081121044f9bf58aef49a085534c321025cb05d8))
* **build:** beta branch ([c434d00](https://github.com/epranka/create-package/commit/c434d009f307613ad0c255007969d073e1914f2d))


### BREAKING CHANGES

* **travis:** Added release candidates on develop branch

# [5.0.0-beta.2](https://github.com/epranka/create-package/compare/[email protected]@beta) (2019-11-29)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@epranka/create-package",
"description": "Ultimate starter kit for JS, JSX, TS, TSX module",
"version": "5.0.0-beta.2",
"version": "5.0.0",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit fce0927

Please sign in to comment.