diff --git a/CHANGELOG.md b/CHANGELOG.md index e8e877b..6820820 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.6.1](https://github.com/merceyz/eslint-plugin-sqlite/compare/v1.6.0...v1.6.1) (2025-12-28) + + +### Bug Fixes + +* check if column can be from a left or right joined table ([#11](https://github.com/merceyz/eslint-plugin-sqlite/issues/11)) ([5509261](https://github.com/merceyz/eslint-plugin-sqlite/commit/5509261f893550250e3d1665cf78078800b401ec)) + ## [1.6.0](https://github.com/merceyz/eslint-plugin-sqlite/compare/v1.5.0...v1.6.0) (2024-12-15) diff --git a/package.json b/package.json index 7d675d6..3bf3b3a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "eslint-plugin-sqlite", "type": "module", - "version": "1.6.0", + "version": "1.6.1", "license": "MIT", "keywords": [ "eslint",