Skip to content

Commit

Permalink
chore(main): release 2.1.0 (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
team-integrations-fnm-bot authored Dec 9, 2022
1 parent 804e2e7 commit 2aba899
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [2.1.0](https://github.com/OctopusDeploy/api-client.ts/compare/v2.0.0...v2.1.0) (2022-12-09)


### Features

* Add support for creating Zip and NuGet packages ([#128](https://github.com/OctopusDeploy/api-client.ts/issues/128)) ([804e2e7](https://github.com/OctopusDeploy/api-client.ts/commit/804e2e7fd633a1c5649873460bd22e59ed461ebb))


### Bug Fixes

* Fixed an issue with error handling in task waiter ([#127](https://github.com/OctopusDeploy/api-client.ts/issues/127)) ([7e2ec6e](https://github.com/OctopusDeploy/api-client.ts/commit/7e2ec6eb94153b576cd1e76d01931a4881cdb91b))

## [2.0.0](https://github.com/OctopusDeploy/api-client.ts/compare/v1.4.0...v2.0.0) (2022-12-05)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"test": "jest --maxWorkers=4 --config=jest.config.js --ci --reporters=default --reporters=jest-junit"
},
"types": "dist/index.d.ts",
"version": "2.0.0",
"version": "2.1.0",
"jest-junit": {
"outputDirectory": "reports",
"outputName": "jest-junit.xml",
Expand Down

0 comments on commit 2aba899

Please sign in to comment.