Skip to content

Commit 33f59e0

Browse files
chore(master): release 0.0.3 (#25)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 437cbc7 commit 33f59e0

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.2"
2+
".": "0.0.3"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.0.3](https://github.com/linz/template-javascript-hello-world/compare/v0.0.2...v0.0.3) (2022-08-28)
4+
5+
6+
### Bug Fixes
7+
8+
* publish to github pacakge registry by default ([fbc6104](https://github.com/linz/template-javascript-hello-world/commit/fbc6104a098c703c5ff15126912315a34914ea20))
9+
* use github `@linz/` namespace ([437cbc7](https://github.com/linz/template-javascript-hello-world/commit/437cbc785b38effbc43ee365f6c1046657b49d12))
10+
311
## 0.0.2 (2022-08-11)
412

513

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@linz/template-javascript-hello-world",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"main": "build/src/index.js",
55
"types": "build/src/index.d.ts",
66
"repository": "[email protected]:linz/template-javascript-hello-world.git",
@@ -19,7 +19,7 @@
1919
"test": "echo 'No tests yet'"
2020
},
2121
"publishConfig": {
22-
"registry":"https://npm.pkg.github.com",
22+
"registry": "https://npm.pkg.github.com",
2323
"access": "public"
2424
},
2525
"type": "module",

0 commit comments

Comments
 (0)