Skip to content

Commit 13581cc

Browse files
committed
chore(release): 0.11.4
1 parent 3066841 commit 13581cc

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
### [0.11.4](https://github.com/microlinkhq/mql/compare/v0.11.3...v0.11.4) (2023-10-05)
6+
7+
8+
### Bug Fixes
9+
10+
* **error:** add missing fields to type ([3066841](https://github.com/microlinkhq/mql/commit/306684144dc11f86360cfc08f8278a5032eb7d19))
11+
512
### [0.11.3](https://github.com/microlinkhq/mql/compare/v0.11.2...v0.11.3) (2023-10-05)
613

714

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@microlink/mql",
33
"description": "Microlink Query Language. The official HTTP client to interact with Microlink API for Node.js, browsers & Deno.",
44
"homepage": "https://microlink.io/mql",
5-
"version": "0.11.3",
5+
"version": "0.11.4",
66
"types": "lightweight/index.d.ts",
77
"main": "src/node.js",
88
"browser": "src/lightweight.js",

0 commit comments

Comments
 (0)