From 065fab309f742f1be82d4b07ab73285e61e0df4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Berg=C3=A9?= Date: Tue, 16 Jan 2024 20:57:48 +0100 Subject: [PATCH] chore(release): 1.4.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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": {