Skip to content

Commit

Permalink
chore(main): release 3.0.5 (#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
team-integrations-fnm-bot committed Apr 20, 2023
1 parent cc3cf65 commit 1c3646c
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 22 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.0.5](https://github.com/OctopusDeploy/create-release-action/compare/v3.0.4...v3.0.5) (2023-04-20)


### Bug Fixes

* incorrectly error when server version is checked ([cc3cf65](https://github.com/OctopusDeploy/create-release-action/commit/cc3cf6523203fe302422fa6be94a3e78d39a8580))

## [3.0.4](https://github.com/OctopusDeploy/create-release-action/compare/v3.0.3...v3.0.4) (2023-02-06)


Expand Down
47 changes: 28 additions & 19 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 @@ -84,5 +84,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": "3.0.4"
"version": "3.0.5"
}

0 comments on commit 1c3646c

Please sign in to comment.