diff --git a/CHANGELOG.md b/CHANGELOG.md index f5320a84..48f43937 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.7](https://github.com/onderceylan/pwa-asset-generator/compare/v4.3.6...v4.3.7) (2021-09-21) + ## [4.3.6](https://github.com/onderceylan/pwa-asset-generator/compare/v4.3.5...v4.3.6) (2021-08-11) ## [4.3.5](https://github.com/onderceylan/pwa-asset-generator/compare/v4.3.4...v4.3.5) (2021-08-05) diff --git a/package-lock.json b/package-lock.json index 4abdda5e..933eeeef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "pwa-asset-generator", - "version": "4.3.6", + "version": "4.3.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1825186e..3d151764 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pwa-asset-generator", - "version": "4.3.6", + "version": "4.3.7", "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",