diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..293aef6 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ +# @tembell/paresseux + +## 0.1.0 + +### Minor Changes + +- Implement the ``. + Implement the `useOpenModal` main hook. + Implement the `withClose` HOC Helper. diff --git a/package.json b/package.json index fa3b368..90acf51 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tembell/paresseux", - "version": "0.0.1", + "version": "0.1.0", "description": "🐨 Lazy & Synchronous flows for modals interactions in React", "license": "MIT", "type": "module",