From 1127e27a8b8d1b26e12aa6fc7d0084d2e1f7daf3 Mon Sep 17 00:00:00 2001 From: Sergey Krylov Date: Thu, 4 Apr 2024 07:48:56 +0300 Subject: [PATCH] build: v0.3.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6850f5..d5af59b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 1381428..32c9682 100644 --- a/package.json +++ b/package.json @@ -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",