Skip to content

Commit

Permalink
Merge pull request #265 from blockfrost/release/530
Browse files Browse the repository at this point in the history
Release/530
  • Loading branch information
vladimirvolek authored Apr 14, 2023
2 parents 93308a5 + 49d6eff commit 246448b
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions 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 adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased] - xxx
## [5.3.0] - 2023-04-05

### Added

Expand All @@ -16,7 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- bump `@blockfrost/openapi` to `0.1.56`
- bump `@blockfrost/openapi` to `0.1.57`

### Removed

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockfrost/blockfrost-js",
"version": "5.2.0",
"version": "5.3.0",
"description": "A JavaScript/TypeScript SDK for interacting with the https://blockfrost.io API",
"keywords": [
"blockfrost",
Expand All @@ -27,7 +27,7 @@
"coverage-ci": "vitest run --coverage"
},
"dependencies": {
"@blockfrost/openapi": "0.1.56",
"@blockfrost/openapi": "0.1.57",
"@emurgo/cardano-serialization-lib-nodejs": "^10.2.0",
"@emurgo/cip14-js": "3.0.1",
"bottleneck": "^2.19.5",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@blockfrost/blockfrost-js@workspace:."
dependencies:
"@blockfrost/openapi": 0.1.56
"@blockfrost/openapi": 0.1.57
"@emurgo/cardano-serialization-lib-nodejs": ^10.2.0
"@emurgo/cip14-js": 3.0.1
"@types/json-bigint": ^1.0.1
Expand Down Expand Up @@ -204,14 +204,14 @@ __metadata:
languageName: unknown
linkType: soft

"@blockfrost/openapi@npm:0.1.56":
version: 0.1.56
resolution: "@blockfrost/openapi@npm:0.1.56"
"@blockfrost/openapi@npm:0.1.57":
version: 0.1.57
resolution: "@blockfrost/openapi@npm:0.1.57"
dependencies:
"@redocly/cli": ^1.0.0-beta.123
cbor: ^8.1.0
yaml: ^2.2.1
checksum: 1e78e31dc874fa0b74470e052c578bb11cfa5a11c2d8587ab16979b9f087d4b55c57482494afebae6e91b0a4ff1d073d7de47c3523e621000738e2c90a30f116
checksum: 4bc4fa9952817b6fa0758db063867d40db3f82e41c75a91179908212c7291cc66ea5e45728a09de717d522d71c27526d47953a8e8d613df6674836b94ef450a9
languageName: node
linkType: hard

Expand Down

0 comments on commit 246448b

Please sign in to comment.