Skip to content

Commit 61c9bc0

Browse files
committed
chore(main): release 2.0.0
1 parent 11a934f commit 61c9bc0

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# octopusdeploy/login
22

3+
## [2.0.0](https://github.com/OctopusDeploy/login/compare/v1.0.3...v2.0.0) (2026-02-26)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Update Node to Node 24 ([#309](https://github.com/OctopusDeploy/login/issues/309))
9+
10+
### Features
11+
12+
* Add workflow to check for conventional commit format PR title ([#315](https://github.com/OctopusDeploy/login/issues/315)) ([36e5ae2](https://github.com/OctopusDeploy/login/commit/36e5ae20c02f120f8a9507e4ffc00042b3b64109))
13+
* Update Node to Node 24 ([#309](https://github.com/OctopusDeploy/login/issues/309)) ([a61fa35](https://github.com/OctopusDeploy/login/commit/a61fa356b5d9cfd6e27b2ddeeb960d0d305da323))
14+
315
## [1.0.3](https://github.com/OctopusDeploy/login/compare/v1.0.2...v1.0.3) (2025-03-12)
416

517

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
@@ -1,6 +1,6 @@
11
{
22
"name": "@octopusdeploy/login",
3-
"version": "1.0.3",
3+
"version": "2.0.0",
44
"description": "GitHub action to login to your Octopus Server",
55
"main": "src/index.ts",
66
"scripts": {

0 commit comments

Comments
 (0)