Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0](v2.2.0...v3.0.0) (2024-05-08)

### Features

* update to node20 for runtime ([#574](#574)) ([84d1596](84d1596))

### BREAKING CHANGES

* Mark as breaking change for the
node 20 upgrade just in case there's some odd dependency somewhere.
  • Loading branch information
semantic-release-bot committed May 8, 2024
1 parent e50a492 commit d572911
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [3.0.0](https://github.com/HylandSoftware/trebuchet-action/compare/v2.2.0...v3.0.0) (2024-05-08)


### Features

* update to node20 for runtime ([#574](https://github.com/HylandSoftware/trebuchet-action/issues/574)) ([84d1596](https://github.com/HylandSoftware/trebuchet-action/commit/84d1596e08fdc64ee99e20400aa711ae93410fbb))


### BREAKING CHANGES

* Mark as breaking change for the
node 20 upgrade just in case there's some odd dependency somewhere.

# [2.2.0](https://github.com/HylandSoftware/trebuchet-action/compare/v2.1.0...v2.2.0) (2023-06-19)


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": "trebuchet-action",
"version": "2.2.0",
"version": "3.0.0",
"private": true,
"description": "Trebuchet as a GitHub action",
"main": "lib/main.js",
Expand Down

0 comments on commit d572911

Please sign in to comment.