diff --git a/CHANGELOG.md b/CHANGELOG.md index ed2b6cc..54328cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/package-lock.json b/package-lock.json index cb3c6cc..244ed7f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "app-icon", - "version": "0.10.0", + "version": "0.11.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 83cf5ef..b77f813 100644 --- a/package.json +++ b/package.json @@ -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": {