Skip to content

Commit

Permalink
chore(main): release 0.1.2 (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
cheminfo-bot authored Jul 21, 2024
1 parent d066c3c commit 908189f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.2](https://github.com/cheminfo/smart-sqlite3-filter/compare/v0.1.1...v0.1.2) (2024-07-21)


### Bug Fixes

* ignore filtering values that do not have the right type ([e4a01b4](https://github.com/cheminfo/smart-sqlite3-filter/commit/e4a01b4fd08d70419471d2fbfe981470bcebce0a))

## [0.1.1](https://github.com/cheminfo/smart-sqlite3-filter/compare/v0.1.0...v0.1.1) (2024-07-19)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "smart-sqlite3-filter",
"version": "0.1.1",
"version": "0.1.2",
"description": "Query a sqlite3 database using better-sqlite3 in a way like 'firstName:luc'.",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
Expand Down

0 comments on commit 908189f

Please sign in to comment.