diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cb60f9..d03d6cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 9fb494e..c78fe4d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ctx-core/webgl", - "version": "4.0.6", + "version": "4.0.7", "description": "ctx-core webgl", "keywords": [ "ctx-core", @@ -30,6 +30,7 @@ "typescript": "^4.2.3" }, "publishConfig": { - "access": "public" + "access": "public", + "cache": "~/.npm" } }