From 2e1b49281af0552d8306d668a5aa96f29435c6a4 Mon Sep 17 00:00:00 2001 From: Ali Deishidi Date: Thu, 18 Nov 2021 16:51:01 +0000 Subject: [PATCH] chore(release): 1.2.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76e2497..f91fbd6 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.0](https://github.com/factorialco/tentaclesql/compare/v1.1.0...v1.2.0) (2021-11-18) + + +### Features + +* **server:** Adding bulk fetch to get data at once ([#20](https://github.com/factorialco/tentaclesql/issues/20)) ([f4fbbac](https://github.com/factorialco/tentaclesql/commit/f4fbbacb1fe40b321b6562674ecbf9a125557211)) + ## [1.1.0](https://github.com/factorialco/tentaclesql/compare/v1.0.0-beta.1...v1.1.0) (2021-11-10) diff --git a/package.json b/package.json index 35c2762..d15f4cd 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.1.0", + "version": "1.2.0", "main": "dist/src/executor/index.js", "bin": { "tentaclesql": "dist/cli.js"