We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c85e833 commit 4c13d1eCopy full SHA for 4c13d1e
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [1.6.0](https://github.com/merceyz/eslint-plugin-sqlite/compare/v1.5.0...v1.6.0) (2024-12-15)
4
+
5
6
+### Features
7
8
+* add `parameter-prefix` rule ([add31fc](https://github.com/merceyz/eslint-plugin-sqlite/commit/add31fc3a7bd5f86dbda6a008995b10e06212d64))
9
10
## [1.5.0](https://github.com/merceyz/eslint-plugin-sqlite/compare/v1.4.0...v1.5.0) (2024-12-14)
11
12
package.json
@@ -1,7 +1,7 @@
{
"name": "eslint-plugin-sqlite",
"type": "module",
- "version": "1.5.0",
+ "version": "1.6.0",
"license": "MIT",
"keywords": [
"eslint",
0 commit comments