From 97f41c7e7e7d14f9565b26d40999d446d02b58ac Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 16 Aug 2019 12:49:10 +0000 Subject: [PATCH] chore(release): 1.1.2 [skip ci] ## [1.1.2](https://github.com/onderceylan/pwa-asset-generator/compare/v1.1.1...v1.1.2) (2019-08-16) ### Bug Fixes * **readme:** fixed wrong link on examples ([35152f3](https://github.com/onderceylan/pwa-asset-generator/commit/35152f3)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 504b8cab..6c0a6afc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.2](https://github.com/onderceylan/pwa-asset-generator/compare/v1.1.1...v1.1.2) (2019-08-16) + + +### Bug Fixes + +* **readme:** fixed wrong link on examples ([35152f3](https://github.com/onderceylan/pwa-asset-generator/commit/35152f3)) + ## [1.1.1](https://github.com/onderceylan/pwa-asset-generator/compare/v1.1.0...v1.1.1) (2019-08-16) diff --git a/package.json b/package.json index 547a15fe..99fd5b02 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pwa-asset-generator", - "version": "1.1.1", + "version": "1.1.2", "description": "PWA asset generator based on Puppeteer. Automatically generates icons and splash screens based on Web App Manifest specs and Apple Human Interface Guidelines. Updates manifest.json and index.html files with the generated images.", "main": "cli.js", "bin": {