From cc254c409c6251ca20a8ab4a12815331813656ec Mon Sep 17 00:00:00 2001 From: Viliam Simko Date: Sun, 9 Dec 2018 17:58:20 +0100 Subject: [PATCH] chore(release): 2.0.3 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82cca29..4a41957 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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. + +## [2.0.3](https://github.com/nelson-ai/blazegraph-js/compare/v2.0.2...v2.0.3) (2018-12-09) + + +### Bug Fixes + +* type TemplateStringsArray instead of string[] ([341df64](https://github.com/nelson-ai/blazegraph-js/commit/341df64)) + + + ## [2.0.2](https://github.com/nelson-ai/blazegraph-js/compare/v2.0.1...v2.0.2) (2018-12-09) diff --git a/package.json b/package.json index 8690a6d..8ecda6b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "blazegraph", - "version": "2.0.2", + "version": "2.0.3", "description": "Blazegraph JavaScript API", "license": "MIT", "author": "David Hérault (https://github.com/dherault)",