From 6ca985c671e35dedbf253ce173212e7291e3effb Mon Sep 17 00:00:00 2001 From: slowbackspace Date: Thu, 20 Jul 2023 11:56:54 +0200 Subject: [PATCH] chore: release 0.1.59 --- CHANGELOG.md | 2 ++ openapi.json | 2 +- openapi.yaml | 2 +- package.json | 2 +- src/definitions.yaml | 2 +- 5 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 425a675e..636c8d05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ Unreleased changes are in the `master` branch. ## [Unreleased] +## [0.1.59] - 2023-07-20 + ### Added - exported patched fastify-compatible JSONSchema to `json-schema.json` diff --git a/openapi.json b/openapi.json index bfda33a2..bb91d64e 100644 --- a/openapi.json +++ b/openapi.json @@ -1,7 +1,7 @@ { "openapi": "3.1.0", "info": { - "version": "0.1.58", + "version": "0.1.59", "title": "Blockfrost.io ~ API Documentation", "x-logo": { "url": "https://staging.blockfrost.io/images/logo.svg", diff --git a/openapi.yaml b/openapi.yaml index 8918c01c..97d1fd93 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -1,6 +1,6 @@ openapi: 3.1.0 info: - version: 0.1.58 + version: 0.1.59 title: Blockfrost.io ~ API Documentation x-logo: url: https://staging.blockfrost.io/images/logo.svg diff --git a/package.json b/package.json index 709419e1..ce819179 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@blockfrost/openapi", - "version": "0.1.58", + "version": "0.1.59", "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 574ab12e..ac246ad7 100644 --- a/src/definitions.yaml +++ b/src/definitions.yaml @@ -1,6 +1,6 @@ openapi: 3.1.0 info: - version: "0.1.58" + version: "0.1.59" title: Blockfrost.io ~ API Documentation x-logo: url: https://staging.blockfrost.io/images/logo.svg