diff --git a/CHANGELOG.md b/CHANGELOG.md index f0a554f..875f571 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.12](https://github.com/microlinkhq/mql/compare/v0.13.11...v0.13.12) (2024-12-08) + + +### Features + +* redirects ([#159](https://github.com/microlinkhq/mql/issues/159)) ([5b90fd7](https://github.com/microlinkhq/mql/commit/5b90fd7c5a9dc40d592e2709347cd9051a717c19)) + ### [0.13.11](https://github.com/microlinkhq/mql/compare/v0.13.10...v0.13.11) (2024-11-26) diff --git a/package.json b/package.json index 3bed6c5..d639f42 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.11", + "version": "0.13.12", "types": "lightweight/index.d.ts", "exports": { "require": "./src/node.js",