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.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gtrias committed Nov 10, 2021
1 parent 32ad839 commit 4cb1fdb
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
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.0.0",
"version": "1.1.0",
"main": "dist/src/executor/index.js",
"bin": {
"tentaclesql": "dist/cli.js"
Expand Down

0 comments on commit 4cb1fdb

Please sign in to comment.