Skip to content

Commit

Permalink
Merge pull request #32 from blockfrost/1000101/bump
Browse files Browse the repository at this point in the history
openapi: 0.1.11 -> 0.1.12
  • Loading branch information
vladimirvolek authored Apr 29, 2021
2 parents 325a071 + 81a947e commit 591dd03
Show file tree
Hide file tree
Showing 8 changed files with 92 additions and 86 deletions.
10 changes: 5 additions & 5 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.
Binary file modified .yarn/install-state.gz
Binary file not shown.
6 changes: 6 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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).

## [0.2.1] - 2021-04-29

### Changed

- many properties / required properties, see: https://github.com/blockfrost/openapi/releases/tag/v0.1.12

## [0.2.0] - 2021-04-27

### Added
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": "0.2.0",
"version": "0.2.1",
"description": "A JavaScript/TypeScript SDK for interacting with the https://blockfrost.io API",
"files": [
"lib/**/*.js",
Expand All @@ -23,7 +23,7 @@
"test": "jest --setupFiles dotenv/config"
},
"dependencies": {
"@blockfrost/openapi": "0.1.11",
"@blockfrost/openapi": "0.1.12",
"@yarnpkg/pnpify": "^2.4.0",
"axios": "^0.21.1",
"axios-retry": "^3.1.9",
Expand Down
Loading

0 comments on commit 591dd03

Please sign in to comment.