diff --git a/CHANGELOG.md b/CHANGELOG.md index c550f4d4..ce814550 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.4.0](https://github.com/elegantapp/pwa-asset-generator/compare/v6.3.2...v6.4.0) (2024-10-26) + + +### Bug Fixes + +* **config:** update Apple HIG splash screen specs URL ([6e8e9c9](https://github.com/elegantapp/pwa-asset-generator/commit/6e8e9c9daf40f2b6e0187f291cd28a0b99050890)) + + +### Features + +* add 2024 apple specs ([e240eca](https://github.com/elegantapp/pwa-asset-generator/commit/e240ecaa3b7632b6df42b2840c177529415ed546)) + ## [6.3.2](https://github.com/elegantapp/pwa-asset-generator/compare/v6.3.1...v6.3.2) (2024-08-23) diff --git a/package-lock.json b/package-lock.json index 090958b9..b8cd14cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pwa-asset-generator", - "version": "6.3.2", + "version": "6.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "pwa-asset-generator", - "version": "6.3.2", + "version": "6.4.0", "license": "MIT", "dependencies": { "chalk": "^4.1.2", diff --git a/package.json b/package.json index 68fe545c..4a2ccecb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pwa-asset-generator", - "version": "6.3.2", + "version": "6.4.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",