Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @dgraphium/[email protected]
  • Loading branch information
binier committed Jul 15, 2020
1 parent 7e86ef9 commit 49c45eb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit 49c45eb

Please sign in to comment.