diff --git a/CHANGELOG.md b/CHANGELOG.md index 153b4fd..7e18384 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.0](https://github.com/microlinkhq/mql/compare/v0.12.3...v0.13.0) (2024-03-17) + + +### Features + +* add `stream` query parameter ([#152](https://github.com/microlinkhq/mql/issues/152)) ([7b74413](https://github.com/microlinkhq/mql/commit/7b74413ffc9602a4ed310368ff76c41301ebe939)) + ### [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) diff --git a/package.json b/package.json index 3e27350..8d62a51 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.3", + "version": "0.13.0", "types": "lightweight/index.d.ts", "exports": { "require": "./src/node.js",