Release v0.3.1 #7
@ -4,4 +4,4 @@ yarnPath: .yarn/releases/yarn-4.1.1.cjs
|
||||
|
||||
npmPublishRegistry: "https://registry.npmjs.org"
|
||||
|
||||
npmAuthToken: ${NODE_AUTH_TOKEN || ""}
|
||||
npmAuthToken: ${NODE_AUTH_TOKEN-fallback}
|
||||
|
||||
@ -1,4 +1,11 @@
|
||||
# ksv741 React Scripts
|
||||
### [0.3.1](https://github.com/ksv741/react-scripts/compare/v0.3.0...v0.3.1) (2024-04-04)
|
||||
|
||||
|
||||
### 🛠️ Bug Fixes
|
||||
|
||||
* fix yarn fallback auth token ([ea7ce25](https://github.com/ksv741/react-scripts/commit/ea7ce25f834e88b43e9bf22e8d6bde19b25da7ba))
|
||||
|
||||
## [0.3.0](https://github.com/ksv741/react-scripts/compare/v0.1.0...v0.3.0) (2024-04-04)
|
||||
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ksv741-react-scripts",
|
||||
"version": "0.3.0",
|
||||
"version": "0.3.1",
|
||||
"description": "Webpack configuration for easy creating React applications",
|
||||
"main": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user