Skip to content

Commit 439b575

Browse files
chore(main): release 1.3.0 (#72)
1 parent b86d262 commit 439b575

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+
## [1.3.0](https://github.com/OctopusDeploy/api-client.ts/compare/v1.2.1...v1.3.0) (2022-07-01)
4+
5+
6+
### Features
7+
8+
* added index files for typescript type exports ([#71](https://github.com/OctopusDeploy/api-client.ts/issues/71)) ([b86d262](https://github.com/OctopusDeploy/api-client.ts/commit/b86d262510e74701a7eb130a660f353252eb4938))
9+
310
## [1.2.1](https://github.com/OctopusDeploy/api-client.ts/compare/v1.1.7...v1.2.1) (2022-06-27)
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
@@ -77,7 +77,7 @@
7777
"test": "jest --maxWorkers=4 --config=jest.config.js --ci --reporters=default --reporters=jest-junit"
7878
},
7979
"types": "dist/index.d.ts",
80-
"version": "1.2.1",
80+
"version": "1.3.0",
8181
"jest-junit": {
8282
"outputDirectory": "reports",
8383
"outputName": "jest-junit.xml",

0 commit comments

Comments
 (0)