diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d013ff..1f37496 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,3 +4,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## 1.0.0 (2023-09-26) + + +### Features + +* initial commit ([d0375b2](https://github.com/junwen-k/tailwindcss-radix-ui-primitives/commit/d0375b254275cae41f157243e8c39ea4c931420a)) + + +### Bug Fixes + +* **build:** add npmrc for pre-post scripts ([236f3b8](https://github.com/junwen-k/tailwindcss-radix-ui-primitives/commit/236f3b87516b50e455ad12ad6b8f0261c17ca0ab)) +* **npm:** rename package ([123c60b](https://github.com/junwen-k/tailwindcss-radix-ui-primitives/commit/123c60b17a519435f60cbd5ecf0d23bf621d50d8)) diff --git a/package.json b/package.json index 1c98056..037a8d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tailwindcss-radix-ui-primitives", - "version": "0.1.0", + "version": "1.0.0", "main": "dist/index.js", "types": "dist/index.d.ts", "license": "MIT",