diff --git a/CHANGELOG.md b/CHANGELOG.md index eac362d..d9d324b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.1.0](https://github.com/TrigenSoftware/scripts/compare/v8.0.7...v8.1.0) (2025-11-13) + +### Features + +* **eslint-config:** tune eslint config ([5726515](https://github.com/TrigenSoftware/scripts/commit/5726515b072e45378d2da365e44f73a0fc2e4962)) + +### Bug Fixes + +* **deps:** update dependency @stylistic/stylelint-plugin to v4 ([#118](https://github.com/TrigenSoftware/scripts/issues/118)) ([db79dd3](https://github.com/TrigenSoftware/scripts/commit/db79dd31dbf74f5065a298d40fa9e035927c3426)) +* **deps:** update dependency p-limit to v7 ([#123](https://github.com/TrigenSoftware/scripts/issues/123)) ([1943c9f](https://github.com/TrigenSoftware/scripts/commit/1943c9f59a82ebb260f47ad6d0c35e8e3178b33d)) + ## [8.0.7](https://github.com/TrigenSoftware/scripts/compare/v8.0.6...v8.0.7) (2025-07-16) ### Bug Fixes diff --git a/package.json b/package.json index 0da66c5..e068227 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "scripts", "type": "module", "private": true, - "version": "8.0.7", + "version": "8.1.0", "description": "Scripts and configs for TrigenSoftware's projects.", "author": "dangreen", "license": "MIT", diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index 52e33ab..516ecc2 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.1.0](https://github.com/TrigenSoftware/scripts/compare/v8.0.7...v8.1.0) (2025-11-13) + +### Features + +* tune eslint config ([5726515](https://github.com/TrigenSoftware/scripts/commit/5726515b072e45378d2da365e44f73a0fc2e4962)) + ## [8.0.7](https://github.com/TrigenSoftware/scripts/compare/v8.0.6...v8.0.7) (2025-07-16) ### Bug Fixes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 8af7049..6d9612e 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,7 +1,7 @@ { "name": "@trigen/eslint-config", "type": "module", - "version": "8.0.7", + "version": "8.1.0", "description": "Trigen's ESLint config.", "author": "dangreen", "license": "MIT",