Skip to content

Commit

Permalink
Merge pull request #234 from blockfrost/release-5.0.0
Browse files Browse the repository at this point in the history
release 5.0.0
  • Loading branch information
vladimirvolek authored Aug 26, 2022
2 parents 6b2bd4b + 5f10d99 commit 2263c55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/blockfrost-js/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]
## [5.0.0]

### Added

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

### Removed

- BREAKING CHANGE: Removed `isTestnet` option. Network is automatically selected based on the project ID. In case of using legacy Project ID you can manually set `network` option.
- ⚠️ BREAKING CHANGE: Removed `isTestnet` option. Network is automatically selected based on the project ID. In case of using legacy Project ID you can manually set `network` option.

## [4.2.1]

Expand Down
2 changes: 1 addition & 1 deletion packages/blockfrost-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockfrost/blockfrost-js",
"version": "4.2.1",
"version": "5.0.0",
"description": "A JavaScript/TypeScript SDK for interacting with the https://blockfrost.io API",
"keywords": [
"blockfrost",
Expand Down

0 comments on commit 2263c55

Please sign in to comment.