diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c9ef89..76e2497 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,4 +2,18 @@ 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.1.0](https://github.com/factorialco/tentaclesql/compare/v1.0.0-beta.1...v1.1.0) (2021-11-10) + + +### Features + +* automatic release process + jest coverage ([#14](https://github.com/factorialco/tentaclesql/issues/14)) ([2df053b](https://github.com/factorialco/tentaclesql/commit/2df053bb213b8a27188b4a040552f262ca1cde19)) +* first changelog prerelease ([#15](https://github.com/factorialco/tentaclesql/issues/15)) ([42c5ebb](https://github.com/factorialco/tentaclesql/commit/42c5ebb8aae56e18b454faba6b0ab97e288e20c1)) +* **server:** properly returning 400 HTTP code for syntax errors ([#16](https://github.com/factorialco/tentaclesql/issues/16)) ([5e887f8](https://github.com/factorialco/tentaclesql/commit/5e887f82d403e69e8ed6f8e3a6893a5bc5097a89)) + + +### Bug Fixes + +* adding ncu dependency to run `yarn run release` ([#18](https://github.com/factorialco/tentaclesql/issues/18)) ([8392018](https://github.com/factorialco/tentaclesql/commit/839201830b5cb6dd0e0453718482524a261d36c5)) + ## [1.0.0](https://github.com/factorialco/tentaclesql/compare/v1.0.0-beta.1...v1.0.0) (2021-10-19) diff --git a/package.json b/package.json index b6619a7..4d6da0d 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.0.0", + "version": "1.1.0", "main": "dist/src/executor/index.js", "bin": { "tentaclesql": "dist/cli.js"