diff --git a/.all-contributorsrc b/.all-contributorsrc
index 11f65982..2fe17d3b 100644
--- a/.all-contributorsrc
+++ b/.all-contributorsrc
@@ -791,6 +791,15 @@
"contributions": [
"code"
]
+ },
+ {
+ "login": "mike247",
+ "name": "Michael Norrie",
+ "avatar_url": "https://avatars.githubusercontent.com/u/676071?v=4",
+ "profile": "https://github.com/mike247",
+ "contributions": [
+ "bug"
+ ]
}
],
"contributorsPerLine": 7
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 677c9010..6366df01 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## [2.9.0](https://www.npmjs.com/package/usehooks-ts/v/2.9.0) - 2022-10-13
+
+### Fixes
+
+- Transpile commonjs to es5 (fixes #232)
+
## [2.8.0](https://www.npmjs.com/package/usehooks-ts/v/2.8.0) - 2022-10-13
### Added
diff --git a/README.md b/README.md
index 7338c530..774f6d9c 100644
--- a/README.md
+++ b/README.md
@@ -14,8 +14,7 @@
[![License](https://badgen.net/badge/License/MIT/blue)](https://github.com/juliencrn/usehooks-ts/blob/master/LICENSE)
![npm bundle size](https://img.shields.io/bundlephobia/minzip/usehooks-ts)
![npm](https://img.shields.io/npm/v/usehooks-ts)
-[![All Contributors](https://img.shields.io/badge/all_contributors-85-orange.svg?style=flat-square)](#contributors-)
-
+[![All Contributors](https://img.shields.io/badge/all_contributors-86-orange.svg?style=flat-square)](#contributors-)
@@ -265,6 +264,7 @@ Big thanks goes to these wonderful people ❤️