Skip to content

Commit

Permalink
Merge pull request #250 from blockfrost/release-5.2.0
Browse files Browse the repository at this point in the history
release: 5.2.0
  • Loading branch information
vladimirvolek authored Dec 12, 2022
2 parents 946cba5 + 3376457 commit ba0f9b2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [16.x, 18.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
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 adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [5.2.0] - xxx
## [5.2.0] - 2022-12-12

### Added

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/blockfrost-js",
"version": "5.1.1",
"version": "5.2.0",
"description": "A JavaScript/TypeScript SDK for interacting with the https://blockfrost.io API",
"keywords": [
"blockfrost",
Expand Down
1 change: 0 additions & 1 deletion src/BlockFrostAPI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,6 @@ class BlockFrostAPI {
/**
* epochsLatestParameters
*
* @param number
* @returns xxx
*
*/
Expand Down

0 comments on commit ba0f9b2

Please sign in to comment.