Skip to content

Commit

Permalink
release: v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alex8088 committed Apr 4, 2024
1 parent 093cb6f commit e013ae2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### v1.0.1 (_2024-04-04_)

- feat: add toSqlQueryParam api

### v1.0.0 (_2024-03-30_)

- chore: A type-safe and promise-based query client for node sqlite3
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sqlite3-queries",
"version": "1.0.0",
"version": "1.0.1",
"description": "A type-safe and promise-based query client for node sqlite3.",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
Expand Down

0 comments on commit e013ae2

Please sign in to comment.