From beb1e9274137b28554601a897b8e7f6aed2c090f Mon Sep 17 00:00:00 2001 From: Julien Date: Thu, 13 Oct 2022 03:21:03 +0200 Subject: [PATCH] chore: update changelog --- .all-contributorsrc | 9 +++++++++ CHANGELOG.md | 6 ++++++ README.md | 4 ++-- 3 files changed, 17 insertions(+), 2 deletions(-) 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 ❤️
Matthew Hailwood

💻 +
Michael Norrie

🐛