Skip to content

Commit e4278cb

Browse files
chore(main): release 3.2.0 (#169)
1 parent 618afa7 commit e4278cb

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.2.0](https://github.com/OctopusDeploy/api-client.ts/compare/v3.1.0...v3.2.0) (2023-12-13)
4+
5+
6+
### Features
7+
8+
* Update to node 20 ([#168](https://github.com/OctopusDeploy/api-client.ts/issues/168)) ([618afa7](https://github.com/OctopusDeploy/api-client.ts/commit/618afa7fd822c7d62e792fd117ede762d025c646))
9+
310
## [3.1.0](https://github.com/OctopusDeploy/api-client.ts/compare/v3.0.8...v3.1.0) (2023-08-22)
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
@@ -75,7 +75,7 @@
7575
"test": "jest --maxWorkers=4 --config=jest.config.js --ci --reporters=default --reporters=jest-junit"
7676
},
7777
"types": "dist/index.d.ts",
78-
"version": "3.1.0",
78+
"version": "3.2.0",
7979
"jest-junit": {
8080
"outputDirectory": "reports",
8181
"outputName": "jest-junit.xml",

0 commit comments

Comments
 (0)