From 5af64e79c8e68899a129a7e642553d51669c2d4d Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Sat, 2 Oct 2021 00:27:09 +0200 Subject: [PATCH] chore(release): 0.10.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 618ed5e..2a14319 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.10.0](https://github.com/microlinkhq/mql/compare/v0.9.13...v0.10.0) (2021-10-01) + + +### Features + +* add EFATALCLIENT error code ([2e77319](https://github.com/microlinkhq/mql/commit/2e77319df0864b2962e53113105c4eeb0ed07cf8)) + ### [0.9.13](https://github.com/microlinkhq/mql/compare/v0.9.12...v0.9.13) (2021-09-19) ### [0.9.12](https://github.com/microlinkhq/mql/compare/v0.9.11...v0.9.12) (2021-09-18) diff --git a/package.json b/package.json index 9d18bfe..7243ca5 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@microlink/mql", "description": "Microlink Query Language. The official HTTP client to interact with Microlink API for Node.js, browsers & Deno.", "homepage": "https://nicedoc.io/microlinkhq/mql", - "version": "0.9.13", + "version": "0.10.0", "browser": "src/browser.js", "main": "src/node.js", "author": {