diff --git a/CHANGELOG.md b/CHANGELOG.md index 08b36f1c..2e855cff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ Unreleased changes are in the `master` branch. ## [Unreleased] +## [0.1.57] - 2023-03-16 + ### Fixed - `getSchemaForEndpoint` compatibility with fast-json-stringify (array `type` not supported except for `["", "null"]`) diff --git a/openapi.yaml b/openapi.yaml index d1bad3b2..4fd88d61 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -1,6 +1,6 @@ openapi: 3.1.0 info: - version: 0.1.56 + version: 0.1.57 title: Blockfrost.io ~ API Documentation x-logo: url: https://staging.blockfrost.io/images/logo.svg diff --git a/package.json b/package.json index 9d4fbfc0..41d11908 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@blockfrost/openapi", - "version": "0.1.56", + "version": "0.1.57", "description": "OpenAPI specifications for blockfrost.io", "repository": "git@github.com:blockfrost/openapi.git", "author": "admin@blockfrost.io", diff --git a/src/definitions.yaml b/src/definitions.yaml index 5dbf85a8..80c1bf45 100644 --- a/src/definitions.yaml +++ b/src/definitions.yaml @@ -1,6 +1,6 @@ openapi: 3.1.0 info: - version: "0.1.56" + version: "0.1.57" title: Blockfrost.io ~ API Documentation x-logo: url: https://staging.blockfrost.io/images/logo.svg