Skip to content

Commit

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

* chore: build dist and update README
  • Loading branch information
team-integrations-fnm-bot authored Feb 6, 2023
1 parent bdfc1ec commit 493905f
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 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.3](https://github.com/OctopusDeploy/push-build-information-action/compare/v3.0.2...v3.0.3) (2023-02-06)


### Bug Fixes

* Use ServerURL from github context to ensure we get the right URL ([#122](https://github.com/OctopusDeploy/push-build-information-action/issues/122)) ([bdfc1ec](https://github.com/OctopusDeploy/push-build-information-action/commit/bdfc1ece8e405d588844c6ca0a2808b2c810297f))

## [3.0.2](https://github.com/OctopusDeploy/push-build-information-action/compare/v3.0.1...v3.0.2) (2023-01-31)


Expand Down
6 changes: 3 additions & 3 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 @@ -81,5 +81,5 @@
"postbuild": "ncc build out/index.js -o dist",
"test": "jest --ci --reporters=default --reporters=jest-junit"
},
"version": "3.0.2"
"version": "3.0.3"
}

0 comments on commit 493905f

Please sign in to comment.