diff --git a/CHANGELOG.md b/CHANGELOG.md index afbc7ff..38f3729 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.2](https://github.com/dwmkerr/app-icon/compare/v0.13.1...v0.13.2) (2020-04-06) + ### [0.13.1](https://github.com/dwmkerr/app-icon/compare/v0.13.0...v0.13.1) (2019-11-07) diff --git a/package-lock.json b/package-lock.json index 995ff8a..fef385a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "app-icon", - "version": "0.13.1", + "version": "0.13.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f68f412..ffd3832 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "app-icon", - "version": "0.13.1", + "version": "0.13.2", "description": "Automatic icon resizing for Mobile Apps. Supports Native, Cordova and React Native. Inspired by cordova-icon.", "main": "./src/index.js", "engines": {