Skip to content

Commit 4ed3b6b

Browse files
committed
Release 2.1.4
1 parent 66b6ba7 commit 4ed3b6b

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,20 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [v2.1.4](https://github.com/qodesmith/biome-config/compare/v2.1.3...v2.1.4)
8+
9+
- Updated the schema [`cb995f5`](https://github.com/qodesmith/biome-config/commit/cb995f56a2c85951b0f73b45cd4f9798fbc70365)
10+
- Added html formatting; enabled useValidTypeof; added empty options arg to many rules to quite lint warnings in the generated biome configs [`66b6ba7`](https://github.com/qodesmith/biome-config/commit/66b6ba794434c4fb4b293524b070c2982c36f6fb)
11+
- Upgraded to Biome 2.1.4 [`ee46691`](https://github.com/qodesmith/biome-config/commit/ee4669197df59b58a8e0a81a586212db5c3bd05f)
12+
713
#### [v2.1.3](https://github.com/qodesmith/biome-config/compare/v2.1.0...v2.1.3)
814

15+
> 31 July 2025
16+
917
- Updated packages & biome.json schema version [`3cd0d42`](https://github.com/qodesmith/biome-config/commit/3cd0d4211aa50a602854bdb2448fe310e53b24ba)
1018
- Added useReactFunctionComponents rule & updated schema [`51d47bd`](https://github.com/qodesmith/biome-config/commit/51d47bdd8f73217af40e31305d9d3963acc6e95d)
1119
- Instructions on developing this package [`19e3eaf`](https://github.com/qodesmith/biome-config/commit/19e3eaf3ebc72896ffcbb0497a9f187af54308a8)
20+
- Release 2.1.3 [`c242441`](https://github.com/qodesmith/biome-config/commit/c242441a2bfd7bce822e70841caa7e0aaa2cf32a)
1221
- Allow Biome to format files in the dist folder - vcs respects gitignore and dist is ignored [`040711e`](https://github.com/qodesmith/biome-config/commit/040711e613c9cfa5a6a8a9f031e9eb0a59acbff6)
1322

1423
#### [v2.1.0](https://github.com/qodesmith/biome-config/compare/v2.0.2...v2.1.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@qodestack/biome-config",
3-
"version": "2.1.3",
3+
"version": "2.1.4",
44
"author": "Qodesmith",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)