Skip to content

Commit 60dc71c

Browse files
chore(main): release 3.2.1 (#141)
1 parent be0fec3 commit 60dc71c

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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

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
@@ -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)