diff --git a/CHANGELOG.md b/CHANGELOG.md index 9206040..b02ef93 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.11.8](https://github.com/microlinkhq/mql/compare/v0.11.7...v0.11.8) (2023-11-05) + ### [0.11.7](https://github.com/microlinkhq/mql/compare/v0.11.7-0...v0.11.7) (2023-11-03) diff --git a/package.json b/package.json index 2512946..30182f1 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.11.7", + "version": "0.11.8", "types": "lightweight/index.d.ts", "exports": { "require": "./src/node.js",