diff --git a/CHANGELOG.md b/CHANGELOG.md index 66c541e..da21c24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.5.0](https://github.com/dyne/components/compare/v1.4.3...v1.5.0) (2024-10-09) + + +### Features + +* add autocompletion of contracts and syntax highlighting ([#27](https://github.com/dyne/components/issues/27)) ([de4ad7b](https://github.com/dyne/components/commit/de4ad7b2f817e571d79e3a6af1d8d7f117c83d8c)) + ## [1.4.3](https://github.com/dyne/components/compare/v1.4.2...v1.4.3) (2024-08-07) diff --git a/package.json b/package.json index 34c0fce..c34053a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dyne/components", - "version": "1.4.3", + "version": "1.5.0", "description": " ♻️ Recycled UI for dyners", "publishConfig": { "access": "public"