Skip to content

Commit a132579

Browse files
chore(main): release 3.2.1
1 parent be0fec3 commit a132579

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [3.2.1](https://github.com/OctopusDeploy/push-build-information-action/compare/v3.2.0...v3.2.1) (2024-02-04)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** pin dependencies ([bfd89c8](https://github.com/OctopusDeploy/push-build-information-action/commit/bfd89c8e43ec54be2210d594a1d79c4ab719863d))
9+
* **deps:** update dependency @actions/core to v1.10.1 ([0205f5b](https://github.com/OctopusDeploy/push-build-information-action/commit/0205f5b01cac4b4e4337b1bd7311633637362f09))
10+
311
## [3.2.0](https://github.com/OctopusDeploy/push-build-information-action/compare/v3.1.0...v3.2.0) (2023-12-14)
412

513

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.0"
84+
"version": "3.2.1"
8585
}

0 commit comments

Comments
 (0)