From a45d997300799701bbfc28c1a86d4117e1d859d2 Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Wed, 23 Oct 2024 09:00:01 +0200 Subject: [PATCH] chore(release): 0.13.10 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9ebb9c..82acdf5 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.10](https://github.com/microlinkhq/mql/compare/v0.13.9...v0.13.10) (2024-10-23) + + +### Bug Fixes + +* **types:** add size properties ([4e17fa4](https://github.com/microlinkhq/mql/commit/4e17fa4aee58abda929f051e27a2f7b74ce821a7)) + ### [0.13.9](https://github.com/microlinkhq/mql/compare/v0.13.8...v0.13.9) (2024-10-01) ### [0.13.8](https://github.com/microlinkhq/mql/compare/v0.13.7...v0.13.8) (2024-10-01) diff --git a/package.json b/package.json index 249bdc2..471e3e9 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.9", + "version": "0.13.10", "types": "lightweight/index.d.ts", "exports": { "require": "./src/node.js",