From d8a12c4c6ecb0eea2488f3b471c2e021e370af3b Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Fri, 1 Mar 2024 01:06:34 +0100 Subject: [PATCH] chore(release): 0.12.3 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40b879b..153b4fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.12.3](https://github.com/microlinkhq/mql/compare/v0.12.2...v0.12.3) (2024-03-01) + ### [0.12.2](https://github.com/microlinkhq/mql/compare/v0.12.1...v0.12.2) (2024-01-07) ### [0.12.1](https://github.com/microlinkhq/mql/compare/v0.12.0...v0.12.1) (2023-11-30) diff --git a/package.json b/package.json index 28f02b7..fb1639e 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.12.2", + "version": "0.12.3", "types": "lightweight/index.d.ts", "exports": { "require": "./src/node.js",