Skip to content

Commit b55dca3

Browse files
chore(main): release 3.2.2 (#233)
1 parent 4f3ee82 commit b55dca3

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [3.2.2](https://github.com/OctopusDeploy/push-build-information-action/compare/v3.2.1...v3.2.2) (2024-10-03)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update dependency @octopusdeploy/api-client to v3.4.1 ([#193](https://github.com/OctopusDeploy/push-build-information-action/issues/193)) ([4f3ee82](https://github.com/OctopusDeploy/push-build-information-action/commit/4f3ee82f5aaf54b63ab38af4f41d0f73c9976228))
9+
310
## [3.2.1](https://github.com/OctopusDeploy/push-build-information-action/compare/v3.2.0...v3.2.1) (2024-02-04)
411

512

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,5 @@
8181
"postbuild": "ncc build out/index.js -o dist",
8282
"test": "jest --ci --reporters=default --reporters=jest-junit"
8383
},
84-
"version": "3.2.1"
84+
"version": "3.2.2"
8585
}

0 commit comments

Comments
 (0)