Skip to content

Commit

Permalink
## 4.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 cdd8763 commit f194e0b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 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/webgl

## 4.0.7

### Patch Changes

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

## 4.0.6

### Patch Changes
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ctx-core/webgl",
"version": "4.0.6",
"version": "4.0.7",
"description": "ctx-core webgl",
"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 f194e0b

Please sign in to comment.