From 49c45ebb74b9042b6aa5ff655e36e0053c784249 Mon Sep 17 00:00:00 2001 From: Zura Benashvili Date: Wed, 15 Jul 2020 10:14:52 +0400 Subject: [PATCH] chore(release): publish - @dgraphium/client@0.1.0 --- packages/client/CHANGELOG.md | 12 ++++++++++++ packages/client/package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 packages/client/CHANGELOG.md diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md new file mode 100644 index 0000000..05f3f7e --- /dev/null +++ b/packages/client/CHANGELOG.md @@ -0,0 +1,12 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 0.1.0 (2020-07-15) + + +### Features + +* **client:** modify `Request` to accept `Query` ([ce26e57](https://github.com/binier/dgraphium/commit/ce26e5755fa2e551b09eeb90a33ee13b9889c303)), closes [#2](https://github.com/binier/dgraphium/issues/2) +* **client:** modify `Txn` to accept `Query` ([767c013](https://github.com/binier/dgraphium/commit/767c01368281d3e819071ce617e09dda50c58c57)), closes [#2](https://github.com/binier/dgraphium/issues/2) diff --git a/packages/client/package.json b/packages/client/package.json index e712f8e..ac574ff 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,7 +1,7 @@ { "name": "@dgraphium/client", "license": "MIT", - "version": "0.0.0", + "version": "0.1.0", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [