Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Commit

Permalink
chore(release): 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
masylum committed Mar 8, 2022
1 parent dc15af1 commit e45b2a7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e45b2a7

Please # to comment.