diff --git a/CHANGELOG.md b/CHANGELOG.md index a29c438..f9b7ce7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +### 1.16.2 (2024-10-18) + +No notable changes since the previous release. + +[Full list of the changes](https://github.com/softvisio-node/sqlite/compare/v1.16.1...v1.16.2) + ### 1.16.1 (2024-10-18) No notable changes since the previous release. diff --git a/build/package.json b/build/package.json index 446f206..44a3a9f 100644 --- a/build/package.json +++ b/build/package.json @@ -1,6 +1,6 @@ { "name": "@softvisio/sqlite-build", - "version": "1.16.1", + "version": "1.16.2", "private": true, "homepage": "https://github.com/softvisio-node/sqlite", "bugs": { diff --git a/package.json b/package.json index 6ae0caf..86acb53 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@softvisio/sqlite", - "version": "1.16.1", + "version": "1.16.2", "description": "better-sqlite3 re-packed", "homepage": "https://softvisio-node.github.io/sqlite/", "bugs": {