Skip to content

Commit 9993076

Browse files
chore(release): 0.0.3 [skip ci]
## [0.0.3](0.0.2...0.0.3) (2020-06-27) ### Bug Fixes * use default registry (registry.npmjs.org) for package-lock.json ([94d4a34](94d4a34))
1 parent 94d4a34 commit 9993076

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [0.0.3](https://github.com/openupm/verdaccio-storage-proxy/compare/0.0.2...0.0.3) (2020-06-27)
2+
3+
4+
### Bug Fixes
5+
6+
* use default registry (registry.npmjs.org) for package-lock.json ([94d4a34](https://github.com/openupm/verdaccio-storage-proxy/commit/94d4a34468af223f3c47977686feb46894476aaf))
7+
18
## [0.0.2](https://github.com/openupm/verdaccio-storage-proxy/compare/0.0.1...0.0.2) (2020-06-26)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "verdaccio-storage-proxy",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "A verdaccio storage proxy to decouple meta, packument, and tarball accesses.",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)