Skip to content

Commit

Permalink
chore(release): 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dwmkerr committed Apr 25, 2019
1 parent 9c65dcf commit 91464f2
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# 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.

# [0.11.0](https://github.com/dwmkerr/app-icon/compare/v0.10.0...v0.11.0) (2019-04-25)


### Features

* standardise icons ([#90](https://github.com/dwmkerr/app-icon/issues/90)) ([9c65dcf](https://github.com/dwmkerr/app-icon/commit/9c65dcf))
* support adaptive icons for 'generate' ([#86](https://github.com/dwmkerr/app-icon/issues/86)) ([3423491](https://github.com/dwmkerr/app-icon/commit/3423491))
* support adaptive icons for `init` command ([#81](https://github.com/dwmkerr/app-icon/issues/81)) ([c55dc2e](https://github.com/dwmkerr/app-icon/commit/c55dc2e))



# 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.
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app-icon",
"version": "0.10.0",
"version": "0.11.0",
"description": "Automatic icon resizing for Mobile Apps. Supports Native, Cordova and React Native. Inspired by cordova-icon.",
"main": "./src/index.js",
"bin": {
Expand Down

0 comments on commit 91464f2

Please sign in to comment.