Skip to content

Commit

Permalink
chore(release): 1.5.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.5.0](v1.4.4...v1.5.0) (2022-08-17)

### Bug Fixes

* remove ";" introduced by error ([77d1813](77d1813))

### Features

* change Provider to ProviderInterface in IStarknetWindowObject ([148c2da](148c2da))
  • Loading branch information
semantic-release-bot committed Aug 17, 2022
1 parent 6a198f7 commit 8e3ea96
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.5.0](https://github.com/starknet-community-libs/get-starknet/compare/v1.4.4...v1.5.0) (2022-08-17)


### Bug Fixes

* remove ";" introduced by error ([77d1813](https://github.com/starknet-community-libs/get-starknet/commit/77d1813b383691a5e52e777a75f39001b56fa022))


### Features

* change Provider to ProviderInterface in IStarknetWindowObject ([148c2da](https://github.com/starknet-community-libs/get-starknet/commit/148c2dadce89cdd7332caaa7f5b5b8a44e27c17c))

## [1.4.4](https://github.com/starknet-community-libs/get-starknet/compare/v1.4.3...v1.4.4) (2022-08-04)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "get-starknet",
"description": "StarkNet wallet <-> dApp bridge",
"version": "1.4.4",
"version": "1.5.0",
"repository": "https://github.com/starknet-community-libs/get-starknet",
"private": false,
"main": "dist/index.js",
Expand Down

0 comments on commit 8e3ea96

Please sign in to comment.