diff --git a/CHANGELOG.md b/CHANGELOG.md index 000f589..13d862d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ # ksv741 React Scripts +### [0.2.1](https://github.com/ksv741/react-scripts/compare/v0.2.0...v0.2.1) (2024-04-04) + + +### 🚀 New Features + +* add prepack script ([7aa328c](https://github.com/ksv741/react-scripts/commit/7aa328cd3d8d7149aa3a5deb5050a33f468a5d2f)) + ## [0.2.0](https://github.com/ksv741/react-scripts/compare/v0.1.0...v0.2.0) (2024-04-04) diff --git a/package.json b/package.json index 607f58b..4849e5a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ksv741-react-scripts", - "version": "0.2.0", + "version": "0.2.1", "description": "Webpack configuration for easy creating React applications", "main": "./dist/index.js", "types": "./dist/index.d.ts",