Skip to content

Commit

Permalink
chore(main): release 3.0.4 (#375)
Browse files Browse the repository at this point in the history
* chore(main): release 3.0.4

* chore: build dist and update README
  • Loading branch information
team-integrations-fnm-bot committed Feb 6, 2023
1 parent ba5e15f commit d3d9394
Show file tree
Hide file tree
Showing 4 changed files with 160 additions and 153 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.4](https://github.com/OctopusDeploy/create-release-action/compare/v3.0.3...v3.0.4) (2023-02-06)


### Bug Fixes

* Fixed a bug with the capability API checks ([#374](https://github.com/OctopusDeploy/create-release-action/issues/374)) ([ba5e15f](https://github.com/OctopusDeploy/create-release-action/commit/ba5e15f05a270dd2f45fb81b356f2d114fc00ab7))

## [3.0.3](https://github.com/OctopusDeploy/create-release-action/compare/v3.0.2...v3.0.3) (2023-01-31)


Expand Down
300 changes: 150 additions & 150 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.3"
"version": "3.0.4"
}

0 comments on commit d3d9394

Please sign in to comment.