Skip to content

Commit

Permalink
chore(release): 0.13.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Nov 26, 2024
1 parent 9bd3b66 commit e9329d4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.11](https://github.com/microlinkhq/mql/compare/v0.13.10...v0.13.11) (2024-11-26)


### Bug Fixes

* **types:** expose MqlResponseData ([9bd3b66](https://github.com/microlinkhq/mql/commit/9bd3b66e53c21d49bfc862040535a6e7a5086ee1))

### [0.13.10](https://github.com/microlinkhq/mql/compare/v0.13.9...v0.13.10) (2024-10-23)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.10",
"version": "0.13.11",
"types": "lightweight/index.d.ts",
"exports": {
"require": "./src/node.js",
Expand Down

0 comments on commit e9329d4

Please sign in to comment.