Skip to content

Commit 461bfde

Browse files
committed
chore(release): 0.11.7-0
1 parent da5eb4c commit 461bfde

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
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.7-0](https://github.com/microlinkhq/mql/compare/v0.11.5...v0.11.7-0) (2023-11-02)
6+
57
### [0.11.6](https://github.com/microlinkhq/mql/compare/v0.11.5...v0.11.6) (2023-11-02)
68

79
### [0.11.5](https://github.com/microlinkhq/mql/compare/v0.11.4...v0.11.5) (2023-11-01)

package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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",
5+
"version": "0.11.7-0",
66
"types": "lightweight/index.d.ts",
77
"exports": {
88
"default": "./lightweight/index.js",
@@ -98,6 +98,7 @@
9898
"lint": "standard && tsd",
9999
"postrelease": "npm run release:tags && npm run release:github && (ci-publish || npm publish --access=public)",
100100
"prebuild": "npm run clean:build",
101+
"prepublishOnly": "npm run build",
101102
"prerelease": "npm run update:check",
102103
"pretest": "npm run lint && npm run build",
103104
"release": "standard-version -a",
@@ -142,11 +143,6 @@
142143
"src/node.mjs"
143144
]
144145
},
145-
"standard-version": {
146-
"scripts": {
147-
"postbump": "npm run build"
148-
}
149-
},
150146
"tsd": {
151147
"directory": "test"
152148
}

0 commit comments

Comments
 (0)