Skip to content

Commit

Permalink
chore(release): 4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.0.0](v3.0.0...v4.0.0) (2024-06-11)

### Features

* upgrade action node runtime to v20 ([6138128](6138128))

### BREAKING CHANGES

* - upgrade action to use node20 runtime
  • Loading branch information
semantic-release-bot committed Jun 11, 2024
1 parent 7837b09 commit 7ccfd08
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [4.0.0](https://github.com/allenevans/set-env/compare/v3.0.0...v4.0.0) (2024-06-11)


### Features

* upgrade action node runtime to v20 ([6138128](https://github.com/allenevans/set-env/commit/613812875cc3372611ccc53441b5ff2725c20807))


### BREAKING CHANGES

* - upgrade action to use node20 runtime

# [3.0.0](https://github.com/allenevans/set-env/compare/v2.2.0...v3.0.0) (2023-10-31)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "set-env",
"version": "3.0.0",
"version": "4.0.0",
"private": true,
"description": "Programmatically set global environment variables that can be used in subsequent steps",
"main": "dist/set-env.js",
Expand Down

0 comments on commit 7ccfd08

Please sign in to comment.