Skip to content

Commit

Permalink
chore(release): 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Nov 30, 2023
1 parent 9dcb280 commit d729d36
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.12.1](https://github.com/microlinkhq/mql/compare/v0.12.0...v0.12.1) (2023-11-30)


### Bug Fixes

* **lightweight:** stream interface ([#144](https://github.com/microlinkhq/mql/issues/144)) ([9dcb280](https://github.com/microlinkhq/mql/commit/9dcb280a1bdac1fe7c3bee2fa1b735cd194abc28))

## [0.12.0](https://github.com/microlinkhq/mql/compare/v0.11.10...v0.12.0) (2023-11-30)


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

1 comment on commit d729d36

@vercel
Copy link

@vercel vercel bot commented on d729d36 Nov 30, 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-git-master-microlink.vercel.app
mql.microlink.io
mql-microlink.vercel.app

Please sign in to comment.