Skip to content

Commit

Permalink
chore(release): 6.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [6.1.0](v6.0.8...v6.1.0) (2022-06-08)

### Bug Fixes

* **puppets:** update scraper for apple specs site ([bc90c4c](bc90c4c))

### Features

* **main:** add iphone 13 specs ([7e09df1](7e09df1))
  • Loading branch information
semantic-release-bot committed Jun 8, 2022
1 parent 7e09df1 commit 8cf9ecb
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.0](https://github.com/onderceylan/pwa-asset-generator/compare/v6.0.8...v6.1.0) (2022-06-08)


### Bug Fixes

* **puppets:** update scraper for apple specs site ([bc90c4c](https://github.com/onderceylan/pwa-asset-generator/commit/bc90c4c32657bd3267a1caa1c909af6435473642))


### Features

* **main:** add iphone 13 specs ([7e09df1](https://github.com/onderceylan/pwa-asset-generator/commit/7e09df102d329fc6e3e51f04d7298e3f4b8fdce0))

## [6.0.8](https://github.com/onderceylan/pwa-asset-generator/compare/v6.0.7...v6.0.8) (2022-04-03)

## [6.0.7](https://github.com/onderceylan/pwa-asset-generator/compare/v6.0.6...v6.0.7) (2022-04-03)
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": "6.0.8",
"version": "6.1.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 8cf9ecb

Please sign in to comment.