Skip to content

Commit

Permalink
chore(release): 6.3.2 [skip ci]
Browse files Browse the repository at this point in the history
## [6.3.2](v6.3.1...v6.3.2) (2024-08-23)

### Bug Fixes

* **deps:** pin cheerio ([2a0414c](2a0414c))
  • Loading branch information
semantic-release-bot committed Aug 23, 2024
1 parent 08872ab commit ad30b21
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit ad30b21

Please sign in to comment.