Skip to content

Commit c15cb9e

Browse files
chore(main): release 1.5.0 (#6)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1929dd2 commit c15cb9e

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

Diff for: CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [1.5.0](https://github.com/merceyz/eslint-plugin-sqlite/compare/v1.4.0...v1.5.0) (2024-12-14)
4+
5+
6+
### Features
7+
8+
* types for current_time, current_date, and current_timestamp ([09e3c21](https://github.com/merceyz/eslint-plugin-sqlite/commit/09e3c21fbf5aebc81d3f29908bab378d4dc4ec90))
9+
10+
11+
### Bug Fixes
12+
13+
* handle `this.prepare` and `super.prepare` ([fd3ea6d](https://github.com/merceyz/eslint-plugin-sqlite/commit/fd3ea6d1e23403c3045aee0955a634627c45f5f3))
14+
* support `.join` without arguments ([10328ba](https://github.com/merceyz/eslint-plugin-sqlite/commit/10328ba2f75866147d1fd76725ad49ffad6b7b87))
15+
16+
17+
### Performance Improvements
18+
19+
* don't use database for input parameters ([faac980](https://github.com/merceyz/eslint-plugin-sqlite/commit/faac9808437b7261ebb0b2bbea966931b12c8389))
20+
* enable LTO and set codegen-units to 1 ([8067f29](https://github.com/merceyz/eslint-plugin-sqlite/commit/8067f2958f53c47363e208bc5cee6774f712ae99))
21+
322
## [1.4.0](https://github.com/merceyz/eslint-plugin-sqlite/compare/v1.3.0...v1.4.0) (2024-09-29)
423

524

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "eslint-plugin-sqlite",
33
"type": "module",
4-
"version": "1.4.0",
4+
"version": "1.5.0",
55
"license": "MIT",
66
"keywords": [
77
"eslint",

0 commit comments

Comments
 (0)