Skip to content

Commit

Permalink
chore(main): release 0.2.0 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
cheminfo-bot authored Jul 23, 2024
1 parent 1fef57a commit 0db572a
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.2.0](https://github.com/cheminfo/smart-sqlite3-filter/compare/v0.1.2...v0.2.0) (2024-07-23)


### Features

* add orderBy parameter ([1fef57a](https://github.com/cheminfo/smart-sqlite3-filter/commit/1fef57ae3a4913c6569466302b4e0f0b5f60246d))

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


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.2",
"version": "0.2.0",
"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 0db572a

Please sign in to comment.