We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5696484 commit b090c4dCopy full SHA for b090c4d
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# @dschz/polymarket-clob-client
2
3
+## 0.3.0
4
+
5
+### Minor Changes
6
7
+- Replace axios dependency with native fetch
8
9
## 0.2.3
10
11
### Patch Changes
package.json
@@ -1,7 +1,7 @@
{
"name": "@dschz/polymarket-clob-client",
"description": "Typescript client for Polymarket's CLOB",
- "version": "0.2.3",
+ "version": "0.3.0",
"author": "Daniel Sanchez <dsanc89@pm.me>",
"license": "MIT",
"type": "module",
0 commit comments