diff --git a/CHANGELOG.md b/CHANGELOG.md index 6aa5c114..58c5872f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [1.5.0](https://github.com/0Lilian/tulipe/compare/v1.4.1...v1.5.0) (2022-09-02) + + +### Bug Fixes + +* **package.json:** remove type 'module' ([d4f46fc](https://github.com/0Lilian/tulipe/commit/d4f46fc82b453d633bf5e8ee331a1bdf1e6f434b)) + + +### Features + +* improve wallets system and add a first version of SelectWalletDropdown component ([3b02971](https://github.com/0Lilian/tulipe/commit/3b02971a0aa5bbc36888445bd3ae9c0a04572ef0)) + ## [1.4.1](https://github.com/0Lilian/tulipe/compare/v1.4.0...v1.4.1) (2022-09-01) diff --git a/package-lock.json b/package-lock.json index 8a8b707a..4c776d0f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tulipe", - "version": "1.4.1", + "version": "1.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "tulipe", - "version": "1.4.1", + "version": "1.5.0", "license": "MIT", "dependencies": { "ethers": "^5.7.0", diff --git a/package.json b/package.json index 37baedc3..501f0588 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tulipe", - "version": "1.4.1", + "version": "1.5.0", "private": false, "description": "A DApp frontend framework for Vue3 built with Ethers.js", "license": "MIT",