diff --git a/CHANGELOG.md b/CHANGELOG.md index d00d66e..185b7fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.5](https://github.com/factorialco/tentaclesql/compare/v1.2.4...v1.2.5) (2022-06-29) + ### [1.2.4](https://github.com/factorialco/tentaclesql/compare/v1.2.3...v1.2.4) (2022-03-08) ### [1.2.3](https://github.com/factorialco/tentaclesql/compare/v1.2.1...v1.2.3) (2022-03-08) diff --git a/package.json b/package.json index ac66cc7..6e6570b 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.4", + "version": "1.2.5", "main": "dist/src/executor/index.js", "bin": { "tentaclesql": "dist/cli.js"