diff --git a/CHANGELOG.md b/CHANGELOG.md index d532b06..fb510fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](http://semver.org). +## 3.0.1 + +### Fixed + +- use `clean-publish` + ## 3.0.0 ### Changed diff --git a/package-lock.json b/package-lock.json index 7ea10ad..0c946cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@grlt-hub/react-slots", - "version": "3.0.0", + "version": "3.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@grlt-hub/react-slots", - "version": "3.0.0", + "version": "3.0.1", "license": "MIT", "devDependencies": { "@rslib/core": "0.17.0", diff --git a/package.json b/package.json index 6b2da71..24bceb7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@grlt-hub/react-slots", - "version": "3.0.0", + "version": "3.0.1", "type": "module", "private": false, "main": "dist/index.js",