Skip to content

Commit 7951fec

Browse files
chore(main): release 2.1.4
1 parent 1865329 commit 7951fec

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+
## [2.1.4](https://github.com/OctopusDeploy/api-client.ts/compare/v2.1.3...v2.1.4) (2023-01-11)
4+
5+
6+
### Bug Fixes
7+
8+
* Added support for setting a Nuspec title, when creating a NuGet package ([#138](https://github.com/OctopusDeploy/api-client.ts/issues/138)) ([1865329](https://github.com/OctopusDeploy/api-client.ts/commit/1865329d9c462e9385f9b3a96e44f409a11653d7))
9+
* Fixed a bug with the prompted variables structure/serialization ([#140](https://github.com/OctopusDeploy/api-client.ts/issues/140)) ([330049e](https://github.com/OctopusDeploy/api-client.ts/commit/330049ef612be446ae940c4699010516ebc929bc))
10+
311
## [2.1.3](https://github.com/OctopusDeploy/api-client.ts/compare/v2.1.2...v2.1.3) (2022-12-19)
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
@@ -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": "2.1.3",
78+
"version": "2.1.4",
7979
"jest-junit": {
8080
"outputDirectory": "reports",
8181
"outputName": "jest-junit.xml",

0 commit comments

Comments
 (0)