From cb9f33e5ea52e73e149db16d5b000ef817fdecac Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Sun, 1 Mar 2020 18:30:46 +0100 Subject: [PATCH] chore(release): 0.6.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 495dbc8..da5eb65 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. +### [0.6.1](https://github.com/microlinkhq/mql/compare/v0.6.0...v0.6.1) (2020-03-01) + + +### Bug Fixes + +* streaming ([a3d97c6](https://github.com/microlinkhq/mql/commit/a3d97c684dae1e66bec5b6e29498a7d7c22d8207)) + ## [0.6.0](https://github.com/microlinkhq/mql/compare/v0.5.23...v0.6.0) (2020-03-01) diff --git a/package.json b/package.json index 14384ce..2019a2c 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@microlink/mql", "description": "Microlink Query Language", "homepage": "https://nicedoc.io/microlinkhq/mql", - "version": "0.6.0", + "version": "0.6.1", "browser": "src/browser.js", "main": "src/node.js", "module": "src/browser.js",