diff --git a/packages/sqlite-utils/CHANGELOG.md b/packages/sqlite-utils/CHANGELOG.md index 7a7565b8..f6bd1b64 100644 --- a/packages/sqlite-utils/CHANGELOG.md +++ b/packages/sqlite-utils/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## @jackdbd/sqlite-utils [1.1.1](https://github.com/jackdbd/calderone/compare/@jackdbd/sqlite-utils@1.1.0...@jackdbd/sqlite-utils@1.1.1) (2022-09-14) + + +### Bug Fixes + +* **sqlite-utils:** improve typings ([2aecd4b](https://github.com/jackdbd/calderone/commit/2aecd4bfce756ee5588d772fc00a4b122b4195a2)) + ## @jackdbd/sqlite-utils [1.1.1-canary.1](https://github.com/jackdbd/calderone/compare/@jackdbd/sqlite-utils@1.1.0...@jackdbd/sqlite-utils@1.1.1-canary.1) (2022-09-14) diff --git a/packages/sqlite-utils/package.json b/packages/sqlite-utils/package.json index 10851172..6688a045 100644 --- a/packages/sqlite-utils/package.json +++ b/packages/sqlite-utils/package.json @@ -1,6 +1,6 @@ { "name": "@jackdbd/sqlite-utils", - "version": "1.1.1-canary.1", + "version": "1.1.1", "description": "Utility functions to work with SQLite", "author": { "name": "Giacomo Debidda",