Skip to content

Commit

Permalink
Version Packages (#153)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jul 12, 2024
1 parent efc9f0a commit 3f775e2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
11 changes: 0 additions & 11 deletions .changeset/cold-schools-grab.md

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 3f775e2

Please sign in to comment.