This repository has been archived by the owner on May 3, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[skip ci] # [2.0.0](v1.4.0...v2.0.0) (2020-04-25) ### chore * **package:** Fix tests for [email protected]. ([863f819](863f819)) ### BREAKING CHANGES * **package:** Drop support for node<8.
- Loading branch information
1 parent
4744505
commit b976779
Showing
3 changed files
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,15 @@ | ||
# [2.0.0](https://github.com/randytarampi/generic-icon-splash-generate/compare/v1.4.0...v2.0.0) (2020-04-25) | ||
|
||
|
||
### chore | ||
|
||
* **package:** Fix tests for [email protected]. ([863f819](https://github.com/randytarampi/generic-icon-splash-generate/commit/863f819a774b22cb1b993ce01ca01cf55ce7dfbc)) | ||
|
||
|
||
### BREAKING CHANGES | ||
|
||
* **package:** Drop support for node<8. | ||
|
||
# [1.4.0](https://github.com/randytarampi/generic-icon-splash-generate/compare/v1.3.0...v1.4.0) (2020-01-06) | ||
|
||
|
||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@randy.tarampi/generic-icon-splash-generate", | ||
"description": "Generate PWA icons and splash screens using sharp", | ||
"version": "1.4.0", | ||
"version": "2.0.0", | ||
"author": { | ||
"name": "Randy Tarampi", | ||
"email": "[email protected]", | ||
|