Skip to content

Commit

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

chore(main): release 2.1.0
  • Loading branch information
slewis74 committed Nov 4, 2022
2 parents 6e0907a + 9b7a452 commit 4fe2fbd
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/create-release-action/compare/v2.0.1...v2.1.0) (2022-11-03)


### Features

* bump dependencies ([6cdf8b5](https://github.com/OctopusDeploy/create-release-action/commit/6cdf8b5ae9cfe48342d45fbedfd55bf891d07b37))
* Update runner dependencies to Node 16 ([0ab7db0](https://github.com/OctopusDeploy/create-release-action/commit/0ab7db0303530a67fef95f709fbbbe50d182426d))

## [2.0.1](https://github.com/OctopusDeploy/create-release-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 @@ -83,5 +83,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 4fe2fbd

Please sign in to comment.