diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..8bff28f --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ +# ksv741 React Scripts +### 0.1.1 (2024-03-29) + + +### 🛠️ Bug Fixes + +* add inks ([d8b46eb](https://github.com/ksv741/react-scripts/commit/d8b46eb93a89cba6b696be6521627bfe3eabaa92)) +* fix checking package function ([0375232](https://github.com/ksv741/react-scripts/commit/037523205751b3f0bacbed9f14e5564e45439bc0)) +* fix loading loaders ([6b3a191](https://github.com/ksv741/react-scripts/commit/6b3a191e38c651974fa3f26935beb40a6692ec3e)) + + +### 🚀 New Features + +* add create webpack configuration function ([cda2c48](https://github.com/ksv741/react-scripts/commit/cda2c486131bba94e65e82664ef5713d9ca93137)) +* add description ([14b9b02](https://github.com/ksv741/react-scripts/commit/14b9b026aeb3914c40b065fd4303ac00418056bc)) +* add husky, commit linting ([795e10e](https://github.com/ksv741/react-scripts/commit/795e10e1e582ddc57ba1439d37577ce525ae665a)) +* add ts and babel loaders ([f704c77](https://github.com/ksv741/react-scripts/commit/f704c77546e6f154ca59d589fb7cf2df36540a0a)) diff --git a/package.json b/package.json index 48327da..36db86f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ksv741-react-scripts", - "version": "0.1.0", + "version": "0.1.1", "description": "Webpack configuration for easy creating React applications", "main": "./dist/index.js", "types": "./dist/index.d.ts",