Skip to content

Commit

Permalink
chore: beta release
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirvolek committed Oct 28, 2021
1 parent bd7b1f9 commit 29a824c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ 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]

### Changed

- thrown errors (`BlockfrostServerError`, `BlockfrostClientError`, `BlockfrostGenericError`) are now subclasses of `Error`

## [2.0.2]
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": "2.0.2",
"version": "3.0.0-beta.1",
"description": "A JavaScript/TypeScript SDK for interacting with the https://blockfrost.io API",
"keywords": [
"blockfrost",
Expand Down

0 comments on commit 29a824c

Please sign in to comment.