We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 531c06c commit b1a4e2bCopy full SHA for b1a4e2b
CHANGELOG.md
@@ -1,6 +1,23 @@
1
# Changelog
2
3
4
+## v0.0.4
5
+
6
+[compare changes](https://undefined/undefined/compare/v0.0.3...v0.0.4)
7
8
+### 🩹 Fixes
9
10
+- Fixes match url with query params (531c06c)
11
12
+### 💅 Refactors
13
14
+- Adjust class name (848a669)
15
+- Create handler class (f668dae)
16
17
+### ❤️ Contributors
18
19
+- Igor Jacaúna <[email protected]>
20
21
## v0.0.3
22
23
package.json
@@ -1,6 +1,6 @@
{
"name": "@igorjacauna/axios-dev-proxy",
- "version": "0.0.3",
+ "version": "0.0.4",
"description": "",
"repository": "igorjacauna/axios-dev-proxy",
"license": "MIT",
@@ -46,4 +46,4 @@
46
"ohash": "1.1.3",
47
"ufo": "1.3.0"
48
}
49
-}
+}
0 commit comments