Skip to content

Commit

Permalink
Merge pull request #34 from teloscube/release-please--branches--main
Browse files Browse the repository at this point in the history
chore(main): release 0.6.0
  • Loading branch information
alioguzhan authored Dec 13, 2023
2 parents 3d60935 + f175dee commit 5c41098
Show file tree
Hide file tree
Showing 4 changed files with 21 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.5.0"
".": "0.6.0"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [0.6.0](https://github.com/teloscube/create-decaf-webapp/compare/0.5.0...0.6.0) (2023-12-13)


### ⚠ BREAKING CHANGES

* min. required node version to run the apps is now 20
* set project type to module

### Features

* set project type to module ([f3fb1ce](https://github.com/teloscube/create-decaf-webapp/commit/f3fb1ceb2e9f72a398b381bb1f5cf39123151e47))


### Miscellaneous Chores

* min. required node version to run the apps is now 20 ([9462162](https://github.com/teloscube/create-decaf-webapp/commit/94621626630f3e6e9cc30593e6eaab94c971f538))

## [0.5.0](https://github.com/teloscube/create-decaf-webapp/compare/0.4.10...0.5.0) (2023-12-04)


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": "create-decaf-webapp",
"version": "0.5.0",
"version": "0.6.0",
"author": "teloscube",
"license": "SEE LICENSE IN LICENSE",
"keywords": [
Expand Down

0 comments on commit 5c41098

Please sign in to comment.