Skip to content

Commit d0b1e0e

Browse files
chore(main): release 4.0.1 (#275)
1 parent 7b20300 commit d0b1e0e

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [4.0.1](https://github.com/OctopusDeploy/deploy-release-tenanted-action/compare/v4.0.0...v4.0.1) (2026-03-25)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Update core/actions to v3 ([#270](https://github.com/OctopusDeploy/deploy-release-tenanted-action/issues/270)) ([7b20300](https://github.com/OctopusDeploy/deploy-release-tenanted-action/commit/7b20300624ca0a5411520a538f544f683752b36a))
9+
310
## [4.0.0](https://github.com/OctopusDeploy/deploy-release-tenanted-action/compare/v3.2.3...v4.0.0) (2025-12-18)
411

512

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
@@ -98,5 +98,5 @@
9898
"test:unit": "node --experimental-vm-modules node_modules/jest/bin/jest.js --ci --reporters=default --reporters=jest-junit --testPathPattern=__tests__/unit",
9999
"test:integration": "node --experimental-vm-modules node_modules/jest/bin/jest.js --ci --reporters=default --reporters=jest-junit --testPathPattern=__tests__/integration"
100100
},
101-
"version": "4.0.0"
101+
"version": "4.0.1"
102102
}

0 commit comments

Comments
 (0)