diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fac30ac..a08b0f5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.2" + ".": "0.0.3" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bb0c83..e791ee7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.0.3](https://github.com/linz/template-javascript-hello-world/compare/v0.0.2...v0.0.3) (2022-08-28) + + +### Bug Fixes + +* publish to github pacakge registry by default ([fbc6104](https://github.com/linz/template-javascript-hello-world/commit/fbc6104a098c703c5ff15126912315a34914ea20)) +* use github `@linz/` namespace ([437cbc7](https://github.com/linz/template-javascript-hello-world/commit/437cbc785b38effbc43ee365f6c1046657b49d12)) + ## 0.0.2 (2022-08-11) diff --git a/package.json b/package.json index 59c4a5b..01ed105 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@linz/template-javascript-hello-world", - "version": "0.0.2", + "version": "0.0.3", "main": "build/src/index.js", "types": "build/src/index.d.ts", "repository": "git@github.com:linz/template-javascript-hello-world.git", @@ -19,7 +19,7 @@ "test": "echo 'No tests yet'" }, "publishConfig": { - "registry":"https://npm.pkg.github.com", + "registry": "https://npm.pkg.github.com", "access": "public" }, "type": "module",