Skip to content

Commit

Permalink
## 5.0.6
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 5579cc1 commit 4aa6ff8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ctx-core/ctx-core-dev-tools

## 5.0.6

### Patch Changes

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

## 5.0.5

### Patch Changes
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ctx-core/ctx-core-dev-tools",
"version": "5.0.5",
"version": "5.0.6",
"description": "git tools for the @ctx-core monorepo",
"keywords": [
"ctx-core"
Expand All @@ -26,6 +26,7 @@
"typescript": "^4.2.3"
},
"publishConfig": {
"access": "public"
"access": "public",
"cache": "~/.npm"
}
}
}

0 comments on commit 4aa6ff8

Please sign in to comment.