Skip to content

Commit ba5de16

Browse files
committed
[RELEASE] 0.19.0
1 parent a6451fb commit ba5de16

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.19.0] - 2022-03-31
11+
1012
### Breaking Changes
1113

1214
- `FormsApps.setSendingAddress()` now returns the `FormsAppSendingAddressResponse` type instead of the `FormsAppSendingAddress`.

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
@@ -1,7 +1,7 @@
11
{
22
"name": "@oneblink/sdk",
33
"description": "OneBlink SDK to serve as an entry point for all OneBlink Services in NodeJS",
4-
"version": "0.19.0-beta.1",
4+
"version": "0.19.0",
55
"author": "OneBlink <[email protected]> (https://oneblink.io)",
66
"bugs": {
77
"url": "https://github.com/oneblink/sdk-node-js/issues"

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"skipLibCheck": true /* Skip type checking of declaration files. */,
7373
"forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */
7474
},
75-
"exclude": ["tests", "tenants"],
75+
"exclude": ["tests", "tenants", "local-tests"],
7676
"typedocOptions": {
7777
"entryPoints": ["src/oneblink.ts", "src/civicplus.ts", "src/types.ts"],
7878
"entryPointStrategy": "resolve",

0 commit comments

Comments
 (0)