Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2022-05-01)

### Bug Fixes

* **ci:** add yarn.lock to git artifacts ([7bbb6c3](7bbb6c3))
* **ci:** main->master ([4cd83ef](4cd83ef))
* **ci:** update npm secret name ([9da2a39](9da2a39))
* disconnect options ([18c6f48](18c6f48))
* **discovery:** respect include ([2e6d22b](2e6d22b))
* getStarknet showModal ([c89ab64](c89ab64))
* refresh (relevant) wallet properties after enabled ([9eba613](9eba613))
* remove lint-staged ([e49c55b](e49c55b))
* sort discovery wallets ([f4bd9d8](f4bd9d8))

### Features

* add pr build test ([5b9d3c9](5b9d3c9))
* introduce ci ([fcdcf18](fcdcf18))
* introduce dependabot ([57a49c8](57a49c8))
* remove dist ([91c0fc0](91c0fc0))
* update starknet dependency ([6297c54](6297c54))
  • Loading branch information
semantic-release-bot committed May 1, 2022
1 parent 93cbd44 commit 5677af1
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# 1.0.0 (2022-05-01)


### Bug Fixes

* **ci:** add yarn.lock to git artifacts ([7bbb6c3](https://github.com/starknet-community-libs/get-starknet/commit/7bbb6c3319cb0a7226abf0ab86526ed5d7af3ac7))
* **ci:** main->master ([4cd83ef](https://github.com/starknet-community-libs/get-starknet/commit/4cd83efd0003f041e9174da02d79256a3de3b253))
* **ci:** update npm secret name ([9da2a39](https://github.com/starknet-community-libs/get-starknet/commit/9da2a39229c3043455e2dfb768eeec311010cd16))
* disconnect options ([18c6f48](https://github.com/starknet-community-libs/get-starknet/commit/18c6f48f5c85ce374ceb9b46261d2f2be90d4fde))
* **discovery:** respect include ([2e6d22b](https://github.com/starknet-community-libs/get-starknet/commit/2e6d22b7e7de34c49f8b9af0d54bbfee96685119))
* getStarknet showModal ([c89ab64](https://github.com/starknet-community-libs/get-starknet/commit/c89ab64c1d9c3f232a4c1f40f18b23c73bd2106e))
* refresh (relevant) wallet properties after enabled ([9eba613](https://github.com/starknet-community-libs/get-starknet/commit/9eba6136e60eb0f56e1782400adc943e1a83f704))
* remove lint-staged ([e49c55b](https://github.com/starknet-community-libs/get-starknet/commit/e49c55bba6ec80d7045b6dc2193960f0d1b2dcfd))
* sort discovery wallets ([f4bd9d8](https://github.com/starknet-community-libs/get-starknet/commit/f4bd9d8be58c8aa5cf82d7b1878b3b1cae470d35))


### Features

* add pr build test ([5b9d3c9](https://github.com/starknet-community-libs/get-starknet/commit/5b9d3c9d1b3686d1aeca0029a95cd2b3f963ecd6))
* introduce ci ([fcdcf18](https://github.com/starknet-community-libs/get-starknet/commit/fcdcf18ea223d90063cda636f6a47d0f4eeb8c36))
* introduce dependabot ([57a49c8](https://github.com/starknet-community-libs/get-starknet/commit/57a49c80b2ed5b9c1e0e755dfa86fedebe7d4cc9))
* remove dist ([91c0fc0](https://github.com/starknet-community-libs/get-starknet/commit/91c0fc064ccdd2dfceb1f96cc341f1dec4cf6705))
* update starknet dependency ([6297c54](https://github.com/starknet-community-libs/get-starknet/commit/6297c5464c8a22c0deb307690941472288144134))
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": "0.0.8",
"version": "1.0.0",
"repository": "https://github.com/starknet-community-libs/get-starknet",
"private": false,
"main": "dist/index.js",
Expand Down

0 comments on commit 5677af1

Please sign in to comment.