diff --git a/CHANGELOG.md b/CHANGELOG.md index 4039e2b..c987b9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.6.2](https://github.com/chnejohnson/vue-dapp/compare/v0.6.1...v0.6.2) (2022-11-18) + + +### Bug Fixes + +* uncaught type error when not providing plugin options ([e9d0d2e](https://github.com/chnejohnson/vue-dapp/commit/e9d0d2e0c728020a41b5c4162b4a000a8878c81f)) + ## [0.6.1](https://github.com/chnejohnson/vue-dapp/compare/v0.6.0...v0.6.1) (2022-11-05) diff --git a/package.json b/package.json index fb66fef..12b7a89 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-dapp", - "version": "0.6.1", + "version": "0.6.2", "description": "Vue 3 library for building Dapps on Ethereum", "repository": "https://github.com/chnejohnson/vue-dapp", "bugs": {