diff --git a/CHANGELOG.md b/CHANGELOG.md index 375da70d..f9617e16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.3.9](https://github.com/onderceylan/pwa-asset-generator/compare/v4.3.8...v4.3.9) (2021-09-22) + ## [4.3.8](https://github.com/onderceylan/pwa-asset-generator/compare/v4.3.7...v4.3.8) (2021-09-21) ## [4.3.7](https://github.com/onderceylan/pwa-asset-generator/compare/v4.3.6...v4.3.7) (2021-09-21) diff --git a/package-lock.json b/package-lock.json index 5f4dd07a..ea799133 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "pwa-asset-generator", - "version": "4.3.8", + "version": "4.3.9", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index cd306561..e684f116 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pwa-asset-generator", - "version": "4.3.8", + "version": "4.3.9", "description": "Automates PWA asset generation and image declaration. Automatically generates icon and splash screen images, favicons and mstile images. Updates manifest.json and index.html files with the generated images according to Web App Manifest specs and Apple Human Interface guidelines.", "main": "dist/main.js", "types": "dist/main.d.ts",