diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cfaee2..7af3e47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.4.0](https://github.com/gregberge/twc/compare/v1.3.0...v1.4.0) (2024-01-16) + + +### Features + +* **attrs:** enable autocomplete for props ([#39](https://github.com/gregberge/twc/issues/39)) ([9cb840c](https://github.com/gregberge/twc/commit/9cb840c06304f9bdc211aa8bad5b516837ac38f0)) + ## [1.3.0](https://github.com/gregberge/twc/compare/v1.2.2...v1.3.0) (2023-12-29) diff --git a/package.json b/package.json index 27d38a5..dd95a5e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-twc", - "version": "1.3.0", + "version": "1.4.0", "description": "Create reusable Tailwind CSS components with React.", "type": "module", "exports": {