diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..52589fda --- /dev/null +++ b/CHANGELOG.md @@ -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)) diff --git a/package.json b/package.json index 8fdc80fc..15f64b88 100644 --- a/package.json +++ b/package.json @@ -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",