Skip to content

Commit

Permalink
chore(release): 0.13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Mar 17, 2024
1 parent e8cfe09 commit b83f7b7
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.4](https://github.com/microlinkhq/mql/compare/v0.13.3...v0.13.4) (2024-03-17)


### Bug Fixes

* types ([#154](https://github.com/microlinkhq/mql/issues/154)) ([e8cfe09](https://github.com/microlinkhq/mql/commit/e8cfe092a5aaf24ea007cd00292954e79d030742))

### [0.13.3](https://github.com/microlinkhq/mql/compare/v0.13.2...v0.13.3) (2024-03-17)


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

0 comments on commit b83f7b7

Please sign in to comment.