Skip to content

Commit 0eb8e14

Browse files
chore(main): release 3.0.4 (#21)
1 parent 76ed7df commit 0eb8e14

File tree

4 files changed

+38
-22
lines changed

4 files changed

+38
-22
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [3.0.4](https://github.com/OctopusDeploy/deploy-release-action/compare/v3.0.3...v3.0.4) (2023-04-20)
4+
5+
6+
### Bug Fixes
7+
8+
* incorrectly error when server version is checked ([76ed7df](https://github.com/OctopusDeploy/deploy-release-action/commit/76ed7dfe25024405384d225daee3eea067b70c05))
9+
310
## [3.0.3](https://github.com/OctopusDeploy/deploy-release-action/compare/v3.0.2...v3.0.3) (2023-02-06)
411

512

dist/index.js

Lines changed: 28 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,5 @@
8484
"test:unit": "jest --ci --reporters=default --reporters=jest-junit --testPathPattern=__tests__/unit",
8585
"test:integration": "jest --ci --reporters=default --reporters=jest-junit --testPathPattern=__tests__/integration"
8686
},
87-
"version": "3.0.3"
87+
"version": "3.0.4"
8888
}

0 commit comments

Comments
 (0)