From e9329d4cc589f9eeefe14d90e1f45cff4004926a Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Tue, 26 Nov 2024 23:06:06 +0100 Subject: [PATCH] chore(release): 0.13.11 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82acdf5..f0a554f 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.11](https://github.com/microlinkhq/mql/compare/v0.13.10...v0.13.11) (2024-11-26) + + +### Bug Fixes + +* **types:** expose MqlResponseData ([9bd3b66](https://github.com/microlinkhq/mql/commit/9bd3b66e53c21d49bfc862040535a6e7a5086ee1)) + ### [0.13.10](https://github.com/microlinkhq/mql/compare/v0.13.9...v0.13.10) (2024-10-23) diff --git a/package.json b/package.json index 471e3e9..3bed6c5 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.10", + "version": "0.13.11", "types": "lightweight/index.d.ts", "exports": { "require": "./src/node.js",