diff --git a/CHANGELOG.md b/CHANGELOG.md index 2306c2a..3322b0f 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.12.1](https://github.com/microlinkhq/mql/compare/v0.12.0...v0.12.1) (2023-11-30) + + +### Bug Fixes + +* **lightweight:** stream interface ([#144](https://github.com/microlinkhq/mql/issues/144)) ([9dcb280](https://github.com/microlinkhq/mql/commit/9dcb280a1bdac1fe7c3bee2fa1b735cd194abc28)) + ## [0.12.0](https://github.com/microlinkhq/mql/compare/v0.11.10...v0.12.0) (2023-11-30) diff --git a/package.json b/package.json index 388dd5c..d519945 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.0", + "version": "0.12.1", "types": "lightweight/index.d.ts", "exports": { "require": "./src/node.js",