From a9eceaea9d8ab3ad1d873780997ae438fc079c07 Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Sun, 17 Mar 2024 19:14:13 +0100 Subject: [PATCH] chore(release): 0.13.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b3bd02..e9c6d39 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.2](https://github.com/microlinkhq/mql/compare/v0.13.1...v0.13.2) (2024-03-17) + + +### Bug Fixes + +* **types:** expose some methods ([#153](https://github.com/microlinkhq/mql/issues/153)) ([980787e](https://github.com/microlinkhq/mql/commit/980787e0a4a3aa099fbf79a55d778099f8b60483)) + ### [0.13.1](https://github.com/microlinkhq/mql/compare/v0.13.0...v0.13.1) (2024-03-17) diff --git a/package.json b/package.json index 4b719fc..aca1ea1 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.1", + "version": "0.13.2", "types": "lightweight/index.d.ts", "exports": { "require": "./src/node.js",