diff --git a/.changeset/spicy-waves-type.md b/.changeset/spicy-waves-type.md deleted file mode 100644 index 7a48299..0000000 --- a/.changeset/spicy-waves-type.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"react-daraja": minor ---- - -removed frontend react hooks diff --git a/CHANGELOG.md b/CHANGELOG.md index 8381e30..1583b68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # react-daraja +## 0.1.0 + +### Minor Changes + +- 83f91bc: removed frontend react hooks + ## 1.0.4 ### Patch Changes diff --git a/package.json b/package.json index 58e13ef..eed76aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-daraja", - "version": "0.0.1", + "version": "0.1.0", "description": "A react library for interacting with Safaricom`s daraja APIs", "main": "dist/index.js", "module": "dist/index.cjs",