Skip to content

Commit

Permalink
chore(release): 0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dwmkerr committed Nov 7, 2019
1 parent c596055 commit 25bd305
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.13.1](https://github.com/dwmkerr/app-icon/compare/v0.13.0...v0.13.1) (2019-11-07)


### Features

* Strip metadata from output images ([c73f735](https://github.com/dwmkerr/app-icon/commit/c73f7355fb680dc7959fd78c9944b13c2ee06527))


### Bug Fixes

* **package:** update commander to version 3.0.0 ([f8ba45d](https://github.com/dwmkerr/app-icon/commit/f8ba45dd15d8838674112c1ebf79e682ed309971))
* **package:** update rimraf to version 3.0.0 ([911ad83](https://github.com/dwmkerr/app-icon/commit/911ad8383f886718112c6f649317abcedf4f64be))

## [0.13.0](https://github.com/dwmkerr/app-icon/compare/v0.12.0...v0.13.0) (2019-07-04)


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.13.0",
"version": "0.13.1",
"description": "Automatic icon resizing for Mobile Apps. Supports Native, Cordova and React Native. Inspired by cordova-icon.",
"main": "./src/index.js",
"engines": {
Expand Down

0 comments on commit 25bd305

Please sign in to comment.