Skip to content

Commit 737484e

Browse files
chore(main): release 3.1.0 (#306)
1 parent 0292ab7 commit 737484e

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+
## [3.1.0](https://github.com/OctopusDeploy/push-package-action/compare/v3.0.4...v3.1.0) (2023-08-30)
4+
5+
6+
### Features
7+
8+
* Adds support for authenticating with access token ([#305](https://github.com/OctopusDeploy/push-package-action/issues/305)) ([0292ab7](https://github.com/OctopusDeploy/push-package-action/commit/0292ab77d93c0f51818ce47d6ea8476791e9ed0e))
9+
310
## [3.0.4](https://github.com/OctopusDeploy/push-package-action/compare/v3.0.3...v3.0.4) (2023-02-23)
411

512
### Bug Fixes

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.0.4"
89+
"version": "3.1.0"
9090
}

0 commit comments

Comments
 (0)