Skip to content

Commit

Permalink
Merge pull request #288 from OctopusDeploy/release-please--branches--…
Browse files Browse the repository at this point in the history
…main--components--run-runbook-action

chore(main): release 2.1.0
  • Loading branch information
slewis74 authored Nov 4, 2022
2 parents bd121d8 + 5b0ee33 commit 7291b5e
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 24 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [2.1.0](https://github.com/OctopusDeploy/run-runbook-action/compare/v2.0.1...v2.1.0) (2022-11-04)


### Features

* bump dependencies ([4709116](https://github.com/OctopusDeploy/run-runbook-action/commit/470911616347dc299be6363b57f658c1323b04c9))
* Bump to Node16 ([a722bbd](https://github.com/OctopusDeploy/run-runbook-action/commit/a722bbdf3736900191982e8f63954993ca518bd1))

## [2.0.1](https://github.com/OctopusDeploy/run-runbook-action/compare/v2.0.0...v2.0.1) (2022-07-18)


Expand Down
57 changes: 36 additions & 21 deletions dist/index.js

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

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
Expand Up @@ -82,5 +82,5 @@
"test:unit": "jest --ci --reporters=default --reporters=jest-junit --testPathPattern=__tests__/unit",
"test:integration": "jest --ci --reporters=default --reporters=jest-junit --testPathPattern=__tests__/integration"
},
"version": "2.0.1"
"version": "2.1.0"
}

0 comments on commit 7291b5e

Please sign in to comment.