Skip to content

Commit

Permalink
chore(main): release 1.5.0 (#6)
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 Dec 14, 2024
1 parent 1929dd2 commit c15cb9e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [1.5.0](https://github.com/merceyz/eslint-plugin-sqlite/compare/v1.4.0...v1.5.0) (2024-12-14)


### Features

* types for current_time, current_date, and current_timestamp ([09e3c21](https://github.com/merceyz/eslint-plugin-sqlite/commit/09e3c21fbf5aebc81d3f29908bab378d4dc4ec90))


### Bug Fixes

* handle `this.prepare` and `super.prepare` ([fd3ea6d](https://github.com/merceyz/eslint-plugin-sqlite/commit/fd3ea6d1e23403c3045aee0955a634627c45f5f3))
* support `.join` without arguments ([10328ba](https://github.com/merceyz/eslint-plugin-sqlite/commit/10328ba2f75866147d1fd76725ad49ffad6b7b87))


### Performance Improvements

* don't use database for input parameters ([faac980](https://github.com/merceyz/eslint-plugin-sqlite/commit/faac9808437b7261ebb0b2bbea966931b12c8389))
* enable LTO and set codegen-units to 1 ([8067f29](https://github.com/merceyz/eslint-plugin-sqlite/commit/8067f2958f53c47363e208bc5cee6774f712ae99))

## [1.4.0](https://github.com/merceyz/eslint-plugin-sqlite/compare/v1.3.0...v1.4.0) (2024-09-29)


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

0 comments on commit c15cb9e

Please sign in to comment.