Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](1.23.3...2.0.0) (2024-04-29)

### deps

* bump node to 18 ([#315](#315)) ([51aa180](51aa180))

### BREAKING CHANGES

* This change bumps the projects node version to 18 because 16 is no longer maintained. See #282.
  • Loading branch information
semantic-release-bot committed Apr 29, 2024
1 parent 51aa180 commit 836b6ff
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [2.0.0](https://github.com/openupm/openupm-cli/compare/1.23.3...2.0.0) (2024-04-29)


### deps

* bump node to 18 ([#315](https://github.com/openupm/openupm-cli/issues/315)) ([51aa180](https://github.com/openupm/openupm-cli/commit/51aa180f8b355202887942e2ec2ab0aaaf39853d))


### BREAKING CHANGES

* This change bumps the projects node version to 18 because 16 is no longer maintained. See #282.

## [1.23.3](https://github.com/openupm/openupm-cli/compare/1.23.2...1.23.3) (2024-04-25)


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": "openupm-cli",
"version": "1.23.3",
"version": "2.0.0",
"preferGlobal": true,
"description": "openupm command line interface",
"engines": {
Expand Down

0 comments on commit 836b6ff

Please sign in to comment.