Skip to content

Commit

Permalink
chore(release): 0.10.21
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed May 27, 2022
1 parent 74575b2 commit 2b60cbc
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.10.21](https://github.com/microlinkhq/mql/compare/v0.10.20...v0.10.21) (2022-05-27)


### Bug Fixes

* typecheck Buffer without using Buffer ([69ee222](https://github.com/microlinkhq/mql/commit/69ee2222c4f23cfb9f703369cac7e69bc6b79bef))

### [0.10.20](https://github.com/microlinkhq/mql/compare/v0.10.19...v0.10.20) (2022-04-28)

### [0.10.19](https://github.com/microlinkhq/mql/compare/v0.10.18...v0.10.19) (2022-03-05)
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://nicedoc.io/microlinkhq/mql",
"version": "0.10.20",
"version": "0.10.21",
"browser": "src/browser.js",
"main": "src/node.js",
"author": {
Expand Down

0 comments on commit 2b60cbc

Please sign in to comment.