Skip to content

Commit

Permalink
chore(release): 3.2.3 [skip ci]
Browse files Browse the repository at this point in the history
## [3.2.3](v3.2.2...v3.2.3) (2020-10-23)

### Bug Fixes

* **puppets:** fix wrong splash screen resolution for Apple iPhone Plus devices ([7e59b40](7e59b40)), closes [#391](#391)
* **puppets:** use emulate instead of setViewport to preserve pixel sizes ([e0a0028](e0a0028))
  • Loading branch information
semantic-release-bot committed Oct 23, 2020
1 parent 7e59b40 commit 53b379c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.2.3](https://github.com/onderceylan/pwa-asset-generator/compare/v3.2.2...v3.2.3) (2020-10-23)


### Bug Fixes

* **puppets:** fix wrong splash screen resolution for Apple iPhone Plus devices ([7e59b40](https://github.com/onderceylan/pwa-asset-generator/commit/7e59b40dbaff7f3dde6e85da68d5582ca0b3e14a)), closes [#391](https://github.com/onderceylan/pwa-asset-generator/issues/391)
* **puppets:** use emulate instead of setViewport to preserve pixel sizes ([e0a0028](https://github.com/onderceylan/pwa-asset-generator/commit/e0a0028e7a0461c85dd7c20487c3175cf38bb7a8))

## [3.2.2](https://github.com/onderceylan/pwa-asset-generator/compare/v3.2.1...v3.2.2) (2020-09-17)


Expand Down
2 changes: 1 addition & 1 deletion 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": "3.2.2",
"version": "3.2.3",
"description": "A JavaScript library that automates PWA asset generation and image declaration. It automatically generates icon and splash screen images, guided by Web App Manifest specs and Apple Human Interface guidelines. It also updates manifest.json and index.html files with the generated images.",
"main": "dist/main.js",
"types": "dist/main.d.ts",
Expand Down

0 comments on commit 53b379c

Please sign in to comment.