Skip to content

Commit

Permalink
chore: release 0.1.57
Browse files Browse the repository at this point in the history
  • Loading branch information
slowbackspace committed Mar 16, 2023
1 parent 2efa517 commit be8de73
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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 `["<type>", "null"]`)
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down

0 comments on commit be8de73

Please sign in to comment.