Skip to content

Commit fe6c5a3

Browse files
committed
chore(release): 0.11.6
1 parent f5feecc commit fe6c5a3

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
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.
44

5+
### [0.11.6](https://github.com/microlinkhq/mql/compare/v0.11.5...v0.11.6) (2023-11-02)
6+
57
### [0.11.5](https://github.com/microlinkhq/mql/compare/v0.11.4...v0.11.5) (2023-11-01)
68

79
### [0.11.4](https://github.com/microlinkhq/mql/compare/v0.11.3...v0.11.4) (2023-10-05)

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"name": "@microlink/mql",
33
"description": "Microlink Query Language. The official HTTP client to interact with Microlink API for Node.js, browsers & Deno.",
44
"homepage": "https://microlink.io/mql",
5-
"version": "0.11.6-2",
5+
"version": "0.11.6",
66
"types": "lightweight/index.d.ts",
77
"exports": {
8-
"require": "./src/node.js",
9-
"default": "./lightweight/index.js"
8+
"default": "./lightweight/index.js",
9+
"require": "./src/node.js"
1010
},
1111
"author": {
1212
"email": "josefrancisco.verdu@gmail.com",

0 commit comments

Comments
 (0)