Skip to content

Commit

Permalink
chore(release): 2.7.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.7.1](v2.7.0...v2.7.1) (2022-01-04)

### Bug Fixes

* **types:** add block_number property to GetBlockResponse interface ([696cf5a](696cf5a))
  • Loading branch information
semantic-release-bot committed Jan 4, 2022
1 parent 5710508 commit b73002d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [2.7.1](https://github.com/seanjameshan/starknet.js/compare/v2.7.0...v2.7.1) (2022-01-04)

### Bug Fixes

- **types:** add block_number property to GetBlockResponse interface ([696cf5a](https://github.com/seanjameshan/starknet.js/commit/696cf5ae565bd16365045cc1f20e9fa55184d054))

# [2.7.0](https://github.com/seanjameshan/starknet.js/compare/v2.6.0...v2.7.0) (2022-01-03)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "starknet",
"version": "2.7.0",
"version": "2.7.1",
"description": "JavaScript library for StarkNet",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit b73002d

Please sign in to comment.