diff --git a/.changeset/metal-seals-rest.md b/.changeset/metal-seals-rest.md deleted file mode 100644 index 6fc2bf6..0000000 --- a/.changeset/metal-seals-rest.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kiteconnect-ts": patch ---- - -fix: Allow axios to transform responses by default diff --git a/CHANGELOG.md b/CHANGELOG.md index e0e3398..c799239 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # kiteconnect-ts +## 0.4.2 + +### Patch Changes + +- 2a30929: fix: Allow axios to transform responses by default + ## 0.4.1 ### Patch Changes diff --git a/package.json b/package.json index 8429a97..e10f4e1 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "author": "Anurag Roy", "description": "Unofficial library for the Kite Connect trading APIs, written in TypeScript.", "license": "MIT", - "version": "0.4.1", + "version": "0.4.2", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts",