Skip to content

Commit 094b90b

Browse files
chore(main): release 3.2.4
1 parent ef17f89 commit 094b90b

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

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.4](https://github.com/OctopusDeploy/push-package-action/compare/v3.2.3...v3.2.4) (2025-03-12)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update dependency @actions/core to v1.11.1 ([9fbc51e](https://github.com/OctopusDeploy/push-package-action/commit/9fbc51eb78b66fe95285509d46055f403cb5b8f3))
9+
* **deps:** update dependency @octopusdeploy/api-client to v3.5.2 ([#450](https://github.com/OctopusDeploy/push-package-action/issues/450)) ([ef17f89](https://github.com/OctopusDeploy/push-package-action/commit/ef17f8964bc47d8d8ef66994f0d2dde90172a723))
10+
311
## [3.2.3](https://github.com/OctopusDeploy/push-package-action/compare/v3.2.2...v3.2.3) (2025-02-18)
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
@@ -86,5 +86,5 @@
8686
"test:unit": "jest --ci --reporters=default --reporters=jest-junit --testPathPattern=__tests__/unit",
8787
"test:integration": "jest --ci --reporters=default --reporters=jest-junit --testPathPattern=__tests__/integration"
8888
},
89-
"version": "3.2.3"
89+
"version": "3.2.4"
9090
}

0 commit comments

Comments
 (0)