diff --git a/utils/eslint-config/CHANGELOG.md b/utils/eslint-config/CHANGELOG.md index 0ac7d7e..ce887ee 100644 --- a/utils/eslint-config/CHANGELOG.md +++ b/utils/eslint-config/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +# [@nanoforge-dev/utils-eslint-config@1.0.2](https://github.com/NanoForge-dev/Engine/compare/@nanoforge-dev/utils-eslint-config@1.0.1...@nanoforge-dev/utils-eslint-config@1.0.2) - (2026-02-16) + +## Documentation + +- Fix readme badges (#186) ([fd8d93d](https://github.com/NanoForge-dev/Engine/commit/fd8d93d13a0fbad95ef9952acd10faad9e112c78)) by @Exeloo +- Update README files with new structure and detailed usage examples for all packages (#157) ([63fab73](https://github.com/NanoForge-dev/Engine/commit/63fab7326bd9c7e6b00f950694ab16c9d9190c53)) by @Exeloo + # [@nanoforge-dev/utils-eslint-config@1.0.1](https://github.com/NanoForge-dev/Engine/tree/@nanoforge-dev/utils-eslint-config@1.0.1) - (2025-12-07) ## Documentation diff --git a/utils/eslint-config/package.json b/utils/eslint-config/package.json index f16d6ad..10ba251 100644 --- a/utils/eslint-config/package.json +++ b/utils/eslint-config/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@nanoforge-dev/utils-eslint-config", - "version": "1.0.1", + "version": "1.0.2", "description": "NanoForge Engine - Utils EsLint Config", "homepage": "https://github.com/NanoForge-dev/Engine#readme", "bugs": "https://github.com/NanoForge-dev/Engine/issues",