Skip to content

Commit

Permalink
chore(release): 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
uetchy committed Aug 20, 2016
1 parent 201392b commit f2ceaed
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Change Log

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="1.2.0"></a>
# [1.2.0](https://github.com/uetchy/gulp-iconutil/compare/v1.1.0...v1.2.0) (2016-08-20)


### Bug Fixes

* don’t ignore lib ([7942664](https://github.com/uetchy/gulp-iconutil/commit/7942664))


### Features

* add example code ([6e29cd2](https://github.com/uetchy/gulp-iconutil/commit/6e29cd2))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gulp-iconutil",
"version": "1.1.0",
"version": "1.2.0",
"description": "gulp-iconutil creates .icns from .iconset",
"scripts": {
"test": "nyc ava && xo",
Expand Down

0 comments on commit f2ceaed

Please sign in to comment.