diff --git a/CHANGELOG.md b/CHANGELOG.md index ecb00e9..d53bf77 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.7](https://github.com/microlinkhq/mql/compare/v0.13.5...v0.13.7) (2024-09-30) + + +### Bug Fixes + +* **types:** statusCode can be null ([be503c7](https://github.com/microlinkhq/mql/commit/be503c7a6c97c3234586ddb906d85fe4419f8793)) + ### [0.13.6](https://github.com/microlinkhq/mql/compare/v0.13.5...v0.13.6) (2024-04-23) diff --git a/package.json b/package.json index aec6c0b..bcedcb5 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.6", + "version": "0.13.7", "types": "lightweight/index.d.ts", "exports": { "require": "./src/node.js",