Skip to content

Commit

Permalink
chore(main): release 1.1.0 (#2)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Sep 3, 2024
1 parent 622997e commit 1145b82
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.1.0](https://github.com/merceyz/eslint-plugin-sqlite/compare/v1.0.0...v1.1.0) (2024-09-03)


### Features

* check if column is nullable ([1b7266a](https://github.com/merceyz/eslint-plugin-sqlite/commit/1b7266adfeea78de07a6b0efc35e4d9fd94f6537))
* support variable input parameters ([adfaab4](https://github.com/merceyz/eslint-plugin-sqlite/commit/adfaab4b02714d97eb2a897c67e861cf310155bc))

## 1.0.0 (2024-08-31)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "eslint-plugin-sqlite",
"type": "module",
"version": "1.0.0",
"version": "1.1.0",
"license": "MIT",
"keywords": [
"eslint",
Expand Down

0 comments on commit 1145b82

Please sign in to comment.