Skip to content
This repository was archived by the owner on Dec 18, 2025. It is now read-only.

Commit f3abeb3

Browse files
chore(master): release 0.1.0 (#37)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c82478f commit f3abeb3

4 files changed

Lines changed: 20 additions & 4 deletions

File tree

.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.3"
2+
".": "0.1.0"
33
}

CHANGELOG.md

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

3+
## [0.1.0](https://github.com/linz/template-javascript-hello-world/compare/v0.0.3...v0.1.0) (2023-05-11)
4+
5+
6+
### Features
7+
8+
* add example node:test ([62aee3f](https://github.com/linz/template-javascript-hello-world/commit/62aee3f5c8b7ae45957422c50c90b5d5975dd371))
9+
* remove kodaiak for github merge queues ([159050c](https://github.com/linz/template-javascript-hello-world/commit/159050c99e8c033fcc23cba6ce478345aeeeacae))
10+
* restrict to node &gt;=16 ([7b6c6b7](https://github.com/linz/template-javascript-hello-world/commit/7b6c6b7ad9901a0f83eb75a25b4d95d9a375d3dc))
11+
* switch to npm ([#36](https://github.com/linz/template-javascript-hello-world/issues/36)) ([d78c3fa](https://github.com/linz/template-javascript-hello-world/commit/d78c3fa69f62e5eb99701c628fc7adaa599a04a6))
12+
* use "release:" commit message prefix for releases ([1d89497](https://github.com/linz/template-javascript-hello-world/commit/1d894970c03ec34494b27180097734746aec7f27))
13+
14+
15+
### Bug Fixes
16+
17+
* correct import paths ([e246660](https://github.com/linz/template-javascript-hello-world/commit/e246660f95846a5a1a4197736c2987a92ba185c9))
18+
319
## [0.0.3](https://github.com/linz/template-javascript-hello-world/compare/v0.0.2...v0.0.3) (2022-08-28)
420

521
### Bug Fixes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@linz/template-javascript-hello-world",
3-
"version": "0.0.3",
3+
"version": "0.1.0",
44
"main": "build/src/index.js",
55
"types": "build/src/index.d.ts",
66
"repository": {

0 commit comments

Comments
 (0)