Skip to content

Commit

Permalink
## 5.0.7
Browse files Browse the repository at this point in the history
### Patch Changes

- fix: npm publish: npm/cli#2834
  • Loading branch information
btakita committed Mar 29, 2021
1 parent 0e4e1ac commit caa9987
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# @ctx-core/version\_\_obj

## 5.0.7

### Patch Changes

- fix: npm publish: https://github.com/npm/cli/issues/2834

## 5.0.6

### Patch Changes
Expand Down
5 changes: 3 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "@ctx-core/version__obj",
"version": "5.0.6",
"version": "5.0.7",
"description": "ctx-core version__obj",
"keywords": [
"ctx-core",
Expand Down Expand Up @@ -30,6 +30,7 @@
"typescript": "^4.2.3"
},
"publishConfig": {
"access": "public"
"access": "public",
"cache": "~/.npm"
}
}

0 comments on commit caa9987

Please sign in to comment.