Skip to content

Commit 9d8bf06

Browse files
committed
chore(release): 0.20.0
1 parent 41a304f commit 9d8bf06

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [0.20.0](https://github.com/JamieMason/shrinkpack/compare/0.19.0...0.20.0) (2022-01-03)
2+
3+
4+
### Features
5+
6+
* **package-lock:** handle missing resolved fields ([41a304f](https://github.com/JamieMason/shrinkpack/commit/41a304f4ea7914f497c45cb095aeae9f70cc50c8))
7+
8+
9+
110
# [0.19.0](https://github.com/JamieMason/shrinkpack/compare/0.18.1...0.19.0) (2021-12-29)
211

312

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "shrinkpack",
33
"description": "Fast, resilient, reproducible builds with npm install.",
4-
"version": "0.19.0",
4+
"version": "0.20.0",
55
"author": "Jamie Mason (https://github.com/JamieMason)",
66
"bin": {
77
"shrinkpack": "dist/bin.js"

0 commit comments

Comments
 (0)