diff --git a/CHANGELOG.md b/CHANGELOG.md index 22572e5c..8eba48ac 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.3](https://github.com/onderceylan/pwa-asset-generator/compare/v4.3.2...v4.3.3) (2021-07-28) + ## [4.3.2](https://github.com/onderceylan/pwa-asset-generator/compare/v4.3.1...v4.3.2) (2021-07-28) ## [4.3.1](https://github.com/onderceylan/pwa-asset-generator/compare/v4.3.0...v4.3.1) (2021-07-16) diff --git a/package-lock.json b/package-lock.json index 220eb880..28cd285a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "pwa-asset-generator", - "version": "4.3.2", + "version": "4.3.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a6dbc7f3..a3c82fb9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pwa-asset-generator", - "version": "4.3.2", + "version": "4.3.3", "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",