diff --git a/CHANGELOG.md b/CHANGELOG.md index dcf12b3f..4fad93cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 3.1.2 + +- Fix TypeScript declarations so props are available on the imported namespace. + ## 3.1.1 - Fix React import in TypeScript declarations. diff --git a/package.json b/package.json index 001c246c..3965ea56 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "focus-trap-react", - "version": "3.1.1", + "version": "3.1.2", "description": "A React component that traps focus.", "main": "dist/focus-trap-react.js", "types": "index.d.ts",