diff --git a/CHANGELOG.md b/CHANGELOG.md index f91fbd6..521d9c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.2.3](https://github.com/factorialco/tentaclesql/compare/v1.2.1...v1.2.3) (2022-03-08) + + +### Bug Fixes + +* make SqliteError fail nicely ([#22](https://github.com/factorialco/tentaclesql/issues/22)) ([a72e2ac](https://github.com/factorialco/tentaclesql/commit/a72e2acc2b55ec34549ee5689105f99466208be4)) + ## [1.2.0](https://github.com/factorialco/tentaclesql/compare/v1.1.0...v1.2.0) (2021-11-18) diff --git a/package.json b/package.json index 490cbf5..e18f406 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@factorialco/tentaclesql", "description": "SQL engine from multiple sources", "homepage": "https://github.com/factorialco/tentaclesql#readme", - "version": "1.2.2", + "version": "1.2.3", "main": "dist/src/executor/index.js", "bin": { "tentaclesql": "dist/cli.js"