diff --git a/CHANGELOG.md b/CHANGELOG.md index e82eb805..c550f4d4 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.3.2](https://github.com/elegantapp/pwa-asset-generator/compare/v6.3.1...v6.3.2) (2024-08-23) + + +### Bug Fixes + +* **deps:** pin cheerio ([2a0414c](https://github.com/elegantapp/pwa-asset-generator/commit/2a0414c37d33bb1b87cf9ab0f9d03110130faa2c)) + ## [6.3.1](https://github.com/elegantapp/pwa-asset-generator/compare/v6.3.0...v6.3.1) (2023-05-18) diff --git a/package-lock.json b/package-lock.json index 60d9cd48..090958b9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pwa-asset-generator", - "version": "6.3.1", + "version": "6.3.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "pwa-asset-generator", - "version": "6.3.1", + "version": "6.3.2", "license": "MIT", "dependencies": { "chalk": "^4.1.2", diff --git a/package.json b/package.json index 320e88f4..68fe545c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pwa-asset-generator", - "version": "6.3.1", + "version": "6.3.2", "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",