Skip to content

Commit

Permalink
chore(release): 6.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [6.0.0](v5.0.1...v6.0.0) (2021-11-07)

### Bug Fixes

* **main:** add both 'any' and 'maskable' icons to manifest by default ([d7b488d](d7b488d)), closes [#725](#725)
* **main:** fix wrong icons file name when 'pathOverride' option is used ([25cef00](25cef00)), closes [#723](#723)

### BREAKING CHANGES

* **main:** In addition to 2 icons with `maskable` purpose in the manifest file, 2 more icon
entries of the same icons with `any` purpose is added to the manifest output.
  • Loading branch information
semantic-release-bot committed Nov 7, 2021
1 parent 25cef00 commit 0352f68
Show file tree
Hide file tree
Showing 3 changed files with 86 additions and 72 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [6.0.0](https://github.com/onderceylan/pwa-asset-generator/compare/v5.0.1...v6.0.0) (2021-11-07)


### Bug Fixes

* **main:** add both 'any' and 'maskable' icons to manifest by default ([d7b488d](https://github.com/onderceylan/pwa-asset-generator/commit/d7b488d26cf1f2fd113e87eb419d2e1ae0033ed9)), closes [#725](https://github.com/onderceylan/pwa-asset-generator/issues/725)
* **main:** fix wrong icons file name when 'pathOverride' option is used ([25cef00](https://github.com/onderceylan/pwa-asset-generator/commit/25cef002be226a801397b309dc8c8e93ac00b91b)), closes [#723](https://github.com/onderceylan/pwa-asset-generator/issues/723)


### BREAKING CHANGES

* **main:** In addition to 2 icons with `maskable` purpose in the manifest file, 2 more icon
entries of the same icons with `any` purpose is added to the manifest output.

## [5.0.1](https://github.com/onderceylan/pwa-asset-generator/compare/v5.0.0...v5.0.1) (2021-11-04)

# [5.0.0](https://github.com/onderceylan/pwa-asset-generator/compare/v4.3.9...v5.0.0) (2021-10-07)
Expand Down
142 changes: 71 additions & 71 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": "5.0.1",
"version": "6.0.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",
Expand Down

0 comments on commit 0352f68

Please sign in to comment.