Skip to content

Commit

Permalink
chore(release): 0.11.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Nov 29, 2023
1 parent 0ada023 commit e0b81ab
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.11.10](https://github.com/microlinkhq/mql/compare/v0.11.9...v0.11.10) (2023-11-29)


### Bug Fixes

* **esm:** expose fetchFromApi method ([#141](https://github.com/microlinkhq/mql/issues/141)) ([0ada023](https://github.com/microlinkhq/mql/commit/0ada0231b7e007b22d05c4d92cab53426d57463b))

### [0.11.9](https://github.com/microlinkhq/mql/compare/v0.11.8...v0.11.9) (2023-11-06)


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.11.9",
"version": "0.11.10",
"types": "lightweight/index.d.ts",
"exports": {
"require": "./src/node.js",
Expand Down

1 comment on commit e0b81ab

@vercel
Copy link

@vercel vercel bot commented on e0b81ab Nov 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

mql – ./

mql.microlink.io
mql-microlink.vercel.app
mql-git-master-microlink.vercel.app

Please sign in to comment.