Skip to content

Commit 304159b

Browse files
chore(main): release 1.3.0 (#4)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 35656df commit 304159b

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
## [1.3.0](https://github.com/merceyz/eslint-plugin-sqlite/compare/v1.2.0...v1.3.0) (2024-09-22)
4+
5+
6+
### Features
7+
8+
* infer types from opcodes ([35656df](https://github.com/merceyz/eslint-plugin-sqlite/commit/35656df595dafc8bf5b00c7c44b19a15798c9246))
9+
10+
11+
### Bug Fixes
12+
13+
* handle columns not in `pragma_table_info` ([dde4b89](https://github.com/merceyz/eslint-plugin-sqlite/commit/dde4b896d909fc4b01d781e9439fcbdaaead3433))
14+
315
## [1.2.0](https://github.com/merceyz/eslint-plugin-sqlite/compare/v1.1.0...v1.2.0) (2024-09-08)
416

517

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.2.0",
4+
"version": "1.3.0",
55
"license": "MIT",
66
"keywords": [
77
"eslint",

0 commit comments

Comments
 (0)