Fix some bugs #3

Merged
ksv741 merged 5 commits from description into main 2024-03-29 07:21:47 +03:00
2 changed files with 18 additions and 1 deletions
Showing only changes of commit d3102d6df3 - Show all commits

17
CHANGELOG.md Normal file
View File

@ -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))

View File

@ -1,6 +1,6 @@
{ {
"name": "ksv741-react-scripts", "name": "ksv741-react-scripts",
"version": "0.1.0", "version": "0.1.1",
"description": "Webpack configuration for easy creating React applications", "description": "Webpack configuration for easy creating React applications",
"main": "./dist/index.js", "main": "./dist/index.js",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",