Skip to content

Commit

Permalink
chore(main): release 1.2.0 (#3)
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 9, 2024
1 parent 747cc6a commit 5e7ec08
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.2.0](https://github.com/merceyz/eslint-plugin-sqlite/compare/v1.1.0...v1.2.0) (2024-09-08)


### Features

* support LIKE operator ([53e36fa](https://github.com/merceyz/eslint-plugin-sqlite/commit/53e36fa4ea170c14bf9eb53e883b672123c6c30f))


### Bug Fixes

* check if not null column is always present ([747cc6a](https://github.com/merceyz/eslint-plugin-sqlite/commit/747cc6a433b1513d098fa982384d54b8aa7a33dc))
* handle column aliasing the rowid ([24436c9](https://github.com/merceyz/eslint-plugin-sqlite/commit/24436c9a4f911059943e28c05c99710c8874727a))
* handle varied casing and quoted identifiers ([202faf3](https://github.com/merceyz/eslint-plugin-sqlite/commit/202faf329d20fb7a4f90da53643d64025b5fc5e2))

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


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.1.0",
"version": "1.2.0",
"license": "MIT",
"keywords": [
"eslint",
Expand Down

0 comments on commit 5e7ec08

Please sign in to comment.