Skip to content

Commit 1145b82

Browse files
chore(main): release 1.1.0 (#2)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 622997e commit 1145b82

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.1.0](https://github.com/merceyz/eslint-plugin-sqlite/compare/v1.0.0...v1.1.0) (2024-09-03)
4+
5+
6+
### Features
7+
8+
* check if column is nullable ([1b7266a](https://github.com/merceyz/eslint-plugin-sqlite/commit/1b7266adfeea78de07a6b0efc35e4d9fd94f6537))
9+
* support variable input parameters ([adfaab4](https://github.com/merceyz/eslint-plugin-sqlite/commit/adfaab4b02714d97eb2a897c67e861cf310155bc))
10+
311
## 1.0.0 (2024-08-31)
412

513

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "eslint-plugin-sqlite",
33
"type": "module",
4-
"version": "1.0.0",
4+
"version": "1.1.0",
55
"license": "MIT",
66
"keywords": [
77
"eslint",

0 commit comments

Comments
 (0)