diff --git a/CHANGELOG.md b/CHANGELOG.md index 14574859..4bf3e0c4 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. +# [6.2.0](https://github.com/elegantapp/pwa-asset-generator/compare/v6.1.3...v6.2.0) (2022-10-02) + + +### Features + +* **main:** add iphone 14 specs ([e2b6eb5](https://github.com/elegantapp/pwa-asset-generator/commit/e2b6eb56da9394f1a43b9ede04941be7c8e18bb9)) + ## [6.1.3](https://github.com/elegantapp/pwa-asset-generator/compare/v6.1.2...v6.1.3) (2022-08-29) ## [6.1.2](https://github.com/elegantapp/pwa-asset-generator/compare/v6.1.1...v6.1.2) (2022-08-29) diff --git a/package-lock.json b/package-lock.json index 979121b3..ac16c248 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pwa-asset-generator", - "version": "6.1.3", + "version": "6.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "pwa-asset-generator", - "version": "6.1.3", + "version": "6.2.0", "license": "MIT", "dependencies": { "chalk": "^4.1.2", diff --git a/package.json b/package.json index 38a9dcc8..9bc3cec5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pwa-asset-generator", - "version": "6.1.3", + "version": "6.2.0", "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",