From e0c3678f8787442f8d5d19675c4f3b7a0d417a2d Mon Sep 17 00:00:00 2001 From: Anton Lavrenov Date: Mon, 17 Apr 2023 10:03:39 -0500 Subject: [PATCH] update CHANGELOG with new version --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83d84b55..7b47ba73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +### 9.0.1 (2023-04-17) + +- Better performance for any instance creation +- Little typescript fixes + ### 9.0.0 (2023-04-13) - Migrate the npm package from ES back to CommonJS