diff --git a/.changeset/cold-schools-grab.md b/.changeset/cold-schools-grab.md deleted file mode 100644 index 8c077f1..0000000 --- a/.changeset/cold-schools-grab.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -'@dgac/nmb2b-client': minor ---- - -Safer B2B response types. - -Typings will now contain `null | undefined` when there's a risk a partial deserialization. - -A type helper `SafeB2BDeserializedResponse` is now exported, and will apply a safe type transformation to any typed exported from `@dgac/nmb2b-client/*/types`. - -See https://github.com/DGAC/nmb2b-client-js/issues/149 for more information. diff --git a/CHANGELOG.md b/CHANGELOG.md index c8871ea..94c7126 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # @dgac/nmb2b-client +## 1.2.0 + +### Minor Changes + +- [#152](https://github.com/DGAC/nmb2b-client-js/pull/152) [`efc9f0a`](https://github.com/DGAC/nmb2b-client-js/commit/efc9f0a60cd9826ab9f8ba81184e15bc707604f7) Thanks [@kouak](https://github.com/kouak)! - Safer B2B response types. + + Typings will now contain `null | undefined` when there's a risk a partial deserialization. + + A type helper `SafeB2BDeserializedResponse` is now exported, and will apply a safe type transformation to any typed exported from `@dgac/nmb2b-client/*/types`. + + See https://github.com/DGAC/nmb2b-client-js/issues/149 for more information. + ## 1.1.0 ### Minor Changes diff --git a/package.json b/package.json index b545c12..8cf6b0ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dgac/nmb2b-client", - "version": "1.1.0", + "version": "1.2.0", "description": "EUROCONTROL Network Manager B2B SOAP client", "keywords": [ "EUROCONTROL",