diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 825c32f0..5ef7d09f 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1 +1,23 @@ # Changelog + +This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). + +## 0.1.0 (2023-10-30) + +### Dependency Updates + +* `chain-registry` updated to version `0.1.0` + +### Features + +* **core:** :sparkles: add basic structure for wallet ([2a9eb65](https://github.com/nabla-studio/quirks/commit/2a9eb65f12f3f1d85b8823ac7b398b92c4eb21bd)) +* **core:** :sparkles: add connection type ([6c229ad](https://github.com/nabla-studio/quirks/commit/6c229ad397b1b537498ceece40595df74157f1d3)) +* **core:** :sparkles: add core package setup ([d5749cc](https://github.com/nabla-studio/quirks/commit/d5749ccf0122f26f3e79679c8a094aa666d1a91b)) +* **core:** :sparkles: external dep bundle ([2d89287](https://github.com/nabla-studio/quirks/commit/2d89287b9a73de48e035fdcd0f2c7aa3ce71377b)) + + +### Bug Fixes + +* **core:** :bug: fix suggestions types ([47af6b9](https://github.com/nabla-studio/quirks/commit/47af6b9b800c0619f9927ec24e041a3f69415290)) + +# Changelog diff --git a/packages/core/package.json b/packages/core/package.json index 61812f34..f226462d 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -11,7 +11,7 @@ "desmos", "evmos" ], - "version": "0.0.0", + "version": "0.1.0", "sideEffects": false, "dependencies": { "@nabla-studio/chain-registry": "*"