Skip to content

Commit

Permalink
chore(release): 2.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.3.0](v2.2.2...v2.3.0) (2020-03-08)

### Features

* **main:** added maskable purpose as default declaration in manifest ([006d73c](006d73c)), closes [#38](#38)
* **main:** added maskable purpose as default declaration in manifest ([84dcc67](84dcc67)), closes [#38](#38)
* **main:** added pathOverride option to allow path optimisation on href ([7ff2e07](7ff2e07)), closes [#148](#148)
* **main:** added pathOverride option to allow path optimisation on href ([2d89cba](2d89cba)), closes [#148](#148)
  • Loading branch information
semantic-release-bot committed Mar 8, 2020
1 parent b80ef03 commit 6950543
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.3.0](https://github.com/onderceylan/pwa-asset-generator/compare/v2.2.2...v2.3.0) (2020-03-08)


### Features

* **main:** added maskable purpose as default declaration in manifest ([006d73c](https://github.com/onderceylan/pwa-asset-generator/commit/006d73cf3712fdadb6686e48a6169c33eb5dc641)), closes [#38](https://github.com/onderceylan/pwa-asset-generator/issues/38)
* **main:** added maskable purpose as default declaration in manifest ([84dcc67](https://github.com/onderceylan/pwa-asset-generator/commit/84dcc6714f7251b6d1df83e4d51ffcb6e5ff07ad)), closes [#38](https://github.com/onderceylan/pwa-asset-generator/issues/38)
* **main:** added pathOverride option to allow path optimisation on href ([7ff2e07](https://github.com/onderceylan/pwa-asset-generator/commit/7ff2e071ddd011412b2aa3fae8865270069bf565)), closes [#148](https://github.com/onderceylan/pwa-asset-generator/issues/148)
* **main:** added pathOverride option to allow path optimisation on href ([2d89cba](https://github.com/onderceylan/pwa-asset-generator/commit/2d89cba433e6ac3e7c359f0228750e092e1ccd08)), closes [#148](https://github.com/onderceylan/pwa-asset-generator/issues/148)

## [2.2.2](https://github.com/onderceylan/pwa-asset-generator/compare/v2.2.1...v2.2.2) (2020-02-24)


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
@@ -1,6 +1,6 @@
{
"name": "pwa-asset-generator",
"version": "2.2.2",
"version": "2.3.0",
"description": "PWA asset generator based on Puppeteer. Automatically generates icons and splash screens guided by Web App Manifest specs and Apple Human Interface guidelines. 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 6950543

Please sign in to comment.