Skip to content

Commit

Permalink
chore(master): release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jun 6, 2024
1 parent 2b89f52 commit f3d309f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 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.2.0"
".": "0.3.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.3.0](https://github.com/linz/template-javascript-hello-world/compare/v0.2.0...v0.3.0) (2024-06-06)


### Features

* Assign code owners ([#101](https://github.com/linz/template-javascript-hello-world/issues/101)) ([6a8b2f4](https://github.com/linz/template-javascript-hello-world/commit/6a8b2f4bf478b461f022e17e329dac5cf48d16ff))

## [0.2.0](https://github.com/linz/template-javascript-hello-world/compare/v0.1.0...v0.2.0) (2023-12-15)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@linz/template-javascript-hello-world",
"version": "0.2.0",
"version": "0.3.0",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
"repository": {
Expand Down

0 comments on commit f3d309f

Please sign in to comment.