diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ae6efa..97bcb4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [0.5.0](https://github.com/prefabs-tech/tools/compare/v0.4.0...v0.5.0) (2026-02-09) + + +### Features + +* **eslint-config:** update config for react and react app ([#38](https://github.com/prefabs-tech/tools/issues/38)) ([e7adba5](https://github.com/prefabs-tech/tools/commit/e7adba5691a85aa8c38e73ca158e81c8f5dee1d1)) + + + # [0.4.0](https://github.com/prefabs-tech/tools/compare/v0.3.0...v0.4.0) (2026-02-05) diff --git a/package.json b/package.json index e183b7f..220c32b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@prefabs.tech/tools", - "version": "0.4.0", + "version": "0.5.0", "private": true, "homepage": "https://github.com/prefabs-tech/tools#readme", "repository": { diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 5e27799..9f3db39 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@prefabs.tech/eslint-config", - "version": "0.4.0", + "version": "0.5.0", "description": "ESLint config", "homepage": "https://github.com/prefabs-tech/tools/tree/main/packages/eslint-config#readme", "repository": { diff --git a/packages/tsconfig/package.json b/packages/tsconfig/package.json index b8cb095..3a80ed5 100644 --- a/packages/tsconfig/package.json +++ b/packages/tsconfig/package.json @@ -1,6 +1,6 @@ { "name": "@prefabs.tech/tsconfig", - "version": "0.4.0", + "version": "0.5.0", "description": "Typescript configuration", "homepage": "https://github.com/prefabs-tech/tools/tree/main/packages/tsconfig#readme", "repository": {