diff --git a/CHANGELOG.md b/CHANGELOG.md index ee1a492..38ee0c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @ctx-core/uri +## 9.1.12 + +### Patch Changes + +- fix: npm publish: https://github.com/npm/cli/issues/2834 +- Updated dependencies [undefined] + - @ctx-core/object@17.4.2 + ## 9.1.11 ### Patch Changes diff --git a/package.json b/package.json index 64f7f68..23777c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ctx-core/uri", - "version": "9.1.11", + "version": "9.1.12", "description": "ctx-core uri", "keywords": [ "ctx-core", @@ -27,7 +27,7 @@ "prepublishOnly": "npm run compile" }, "dependencies": { - "@ctx-core/object": "workspace:^17.4.1" + "@ctx-core/object": "workspace:^17.4.2" }, "devDependencies": { "ava": "^3.15.0", @@ -35,7 +35,8 @@ "typescript": "^4.2.3" }, "publishConfig": { - "access": "public" + "access": "public", + "cache": "~/.npm" }, "ava": { "require": [