Skip to content

Commit

Permalink
chore(master): release 0.0.3 (#25)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Aug 28, 2022
1 parent 437cbc7 commit 33f59e0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.2"
".": "0.0.3"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 33f59e0

Please sign in to comment.