Skip to content

Commit

Permalink
chore(release): 0.6.1
Browse files Browse the repository at this point in the history
closes: #7
  • Loading branch information
aerotoad committed Sep 22, 2023
1 parent 8a06876 commit 4393092
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.

## [0.6.1](https://github.com/aerotoad/neboa/compare/v0.6.0...v0.6.1) (2023-09-22)


### Bug Fixes

* Use bound parameters to correctly handle escaped characters ([8a06876](https://github.com/aerotoad/neboa/commit/8a06876f1d48e0c9fb8d76efafd8e60cd2648b70))

## [0.6.0](https://github.com/aerotoad/neboa/compare/v0.5.0...v0.6.0) (2023-09-02)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "neboa",
"type": "module",
"version": "0.6.0",
"version": "0.6.1",
"description": "Type-safe NoSQL with Node & SQLite.",
"author": "Samuel Bazaga",
"license": "AGPL-3.0-or-later",
Expand Down

0 comments on commit 4393092

Please sign in to comment.