Skip to content

Commit

Permalink
Merge pull request #256 from blockfrost/release
Browse files Browse the repository at this point in the history
release: 0.1.47 -> 0.1.48
  • Loading branch information
vladimirvolek authored Nov 25, 2022
2 parents c870bb3 + 0502506 commit 45ec67e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project will adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) once it reaches maturity in v1.

## [] - Unreleased
## [0.1.48] - 2022-11-25

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.0.0
info:
version: 0.1.47
version: 0.1.48
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockfrost/openapi",
"version": "0.1.48-beta.1",
"version": "0.1.48",
"description": "OpenAPI specifications for blockfrost.io",
"repository": "git@github.com:blockfrost/openapi.git",
"author": "admin@blockfrost.io",
Expand Down
8 changes: 4 additions & 4 deletions src/definitions.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
openapi: 3.0.0
info:
version: "0.1.47"
version: '0.1.48'
title: Blockfrost.io ~ API Documentation
x-logo:
url: https://staging.blockfrost.io/images/logo.svg
altText: Blockfrost
contact:
name: Blockfrost Team
url: "https://blockfrost.io"
url: 'https://blockfrost.io'
email: contact@blockfrost.io
license:
name: MIT
url: "https://opensource.org/licenses/MIT"
termsOfService: "https://blockfrost.io/terms"
url: 'https://opensource.org/licenses/MIT'
termsOfService: 'https://blockfrost.io/terms'
description: |
Blockfrost is an API as a service that allows users to interact with the Cardano blockchain and parts of its ecosystem.
Expand Down

0 comments on commit 45ec67e

Please sign in to comment.