From e4a0387e27f45fedd300194c8c31438a9d386b46 Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Tue, 23 Apr 2024 23:22:14 +0200 Subject: [PATCH] chore(release): 0.13.6 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 539a188..ecb00e9 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.13.6](https://github.com/microlinkhq/mql/compare/v0.13.5...v0.13.6) (2024-04-23) + + +### Bug Fixes + +* **types:** statusCode can be null ([be503c7](https://github.com/microlinkhq/mql/commit/be503c7a6c97c3234586ddb906d85fe4419f8793)) + ### [0.13.5](https://github.com/microlinkhq/mql/compare/v0.13.4...v0.13.5) (2024-04-04) diff --git a/package.json b/package.json index 66c6e13..9d4b9ab 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://microlink.io/mql", - "version": "0.13.5", + "version": "0.13.6", "types": "lightweight/index.d.ts", "exports": { "require": "./src/node.js",