diff --git a/.changes/v3.10.3.md b/.changes/v3.10.3.md new file mode 100644 index 000000000..3d402ca34 --- /dev/null +++ b/.changes/v3.10.3.md @@ -0,0 +1,3 @@ +## v3.10.3 - 2025-03-18 +### DX +* Eslint fixes diff --git a/CHANGELOG.md b/CHANGELOG.md index dccae4734..b1b9aa894 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## v3.10.3 - 2025-03-18 +### DX +* Eslint fixes + ## v3.10.2 - 2025-03-17 ### Fixed * Replace a ts-expect-error with a ts-ignore