Skip to content

Commit

Permalink
chore(release): 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafal Wolak committed Jun 7, 2017
1 parent bb37720 commit cf4af1f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
# Change Log


<a name="1.1.0"></a>
# 1.1.0 (2017-06-07)

[Full Changelog](https://github.com/design4pro/release-me/compare/...v1.1.0)


### Features

* **package:** First stable release ([d9bb84e](https://github.com/design4pro/release-me/commit/d9bb84e))<br>
* **package:** New commits parser ([7fa086a](https://github.com/design4pro/release-me/commit/7fa086a))<br>
* **travis-ci:** Remove release from Travis CI ([a9c0a3a](https://github.com/design4pro/release-me/commit/a9c0a3a))<br>


### Bug Fixes

* **ci:** Travis CI permission fix ([ba0c5e9](https://github.com/design4pro/release-me/commit/ba0c5e9))<br>


<a name="0.5.0"></a>
# [0.5.0](https://github.com/design4pro/release-me/tree/v0.5.0) (2017-06-07)

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": "release-me",
"version": "1.0.0",
"version": "1.1.0",
"description": "Replacement for `npm version` with automatic CHANGELOG generation",
"bin": "dist/cli.js",
"scripts": {
Expand Down Expand Up @@ -38,7 +38,7 @@
},
"license": "MIT",
"bugs": {
"url": "https://github.com/design4pro/release-me/issues"
"url": "https://github.com/design4pro/release-me/issues/"
},
"homepage": "https://github.com/design4pro/release-me#readme",
"dependencies": {
Expand Down

0 comments on commit cf4af1f

Please sign in to comment.