We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df6a444 commit 54db6aaCopy full SHA for 54db6aa
CHANGELOG.md
@@ -1,5 +1,21 @@
1
# Changelog
2
3
+## v0.1.2
4
+
5
+[compare changes](https://github.com/unjs/node-mock-http/compare/v0.1.1...v0.1.2)
6
7
+### 📦 Build
8
9
+- Avoid minification to allow end-user tree-shaking ([df6a444](https://github.com/unjs/node-mock-http/commit/df6a444))
10
11
+### 🏡 Chore
12
13
+- Apply automated updates ([6ac2f89](https://github.com/unjs/node-mock-http/commit/6ac2f89))
14
15
+### ❤️ Contributors
16
17
+- Pooya Parsa ([@pi0](http://github.com/pi0))
18
19
## v0.1.1
20
21
[compare changes](https://github.com/unjs/node-mock-http/compare/v0.1.0...v0.1.1)
package.json
@@ -1,6 +1,6 @@
{
"name": "node-mock-http",
- "version": "0.1.1",
+ "version": "0.1.2",
"description": "",
"repository": "unjs/node-mock-http",
"license": "MIT",
0 commit comments