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.0...v1.5.0) (2021-10-30)

### Bug Fixes

* gitignore coverage ([36ecd04](36ecd04))
* remove console logs ([2269fae](2269fae))
* remove console.logs ([6032adb](6032adb))
* skip walletAddress check for now ([8976091](8976091))
* types ([fe484ab](fe484ab))
* typo ([de0f5cb](de0f5cb))

### Features

* update to alpha3 ([1cf4616](1cf4616))
  • Loading branch information
semantic-release-bot committed Oct 30, 2021
1 parent f0fab12 commit 08a2e31
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [1.5.0](https://github.com/seanjameshan/starknet.js/compare/v1.4.0...v1.5.0) (2021-10-30)

### Bug Fixes

- gitignore coverage ([36ecd04](https://github.com/seanjameshan/starknet.js/commit/36ecd04ad607bddfa97cfc1046fe4844c91d9df9))
- remove console logs ([2269fae](https://github.com/seanjameshan/starknet.js/commit/2269fae4d6f66729a142eb1aac3f48df0f273238))
- remove console.logs ([6032adb](https://github.com/seanjameshan/starknet.js/commit/6032adb6262832388ec7b723b987b41f32eb55a1))
- skip walletAddress check for now ([8976091](https://github.com/seanjameshan/starknet.js/commit/8976091908c2b9b511d5575ffa19fb314ae216ae))
- types ([fe484ab](https://github.com/seanjameshan/starknet.js/commit/fe484abf1d5810c601854e0e1764efba9bfdadda))
- typo ([de0f5cb](https://github.com/seanjameshan/starknet.js/commit/de0f5cb00b919a66f2b06d56402526150050c89e))

### Features

- update to alpha3 ([1cf4616](https://github.com/seanjameshan/starknet.js/commit/1cf4616335e36c64679fafc36719d9ed8bacda20))

# [1.4.0](https://github.com/seanjameshan/starknet.js/compare/v1.3.0...v1.4.0) (2021-10-29)

### Bug Fixes
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": "starknet",
"version": "1.4.0",
"version": "1.5.0",
"description": "JavaScript library for StarkNet",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 08a2e31

Please sign in to comment.