Skip to content

Commit b10a606

Browse files
chore(main): release 3.2.1 (#38)
1 parent d08df04 commit b10a606

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.1](https://github.com/OctopusDeploy/deploy-release-action/compare/v3.2.0...v3.2.1) (2024-02-04)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** pin dependencies ([cfcc562](https://github.com/OctopusDeploy/deploy-release-action/commit/cfcc562b5ad0b7d9c3e9d100b93f5adc5d651401))
9+
* **deps:** update dependency @actions/core to v1.10.1 ([74556c0](https://github.com/OctopusDeploy/deploy-release-action/commit/74556c0b67348d237e089a4b8bb322af3e0bfaa2))
10+
311
## [3.2.0](https://github.com/OctopusDeploy/deploy-release-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
@@ -84,5 +84,5 @@
8484
"test:unit": "jest --ci --reporters=default --reporters=jest-junit --testPathPattern=__tests__/unit",
8585
"test:integration": "jest --ci --reporters=default --reporters=jest-junit --testPathPattern=__tests__/integration"
8686
},
87-
"version": "3.2.0"
87+
"version": "3.2.1"
8888
}

0 commit comments

Comments
 (0)