From 6201af7b4a00eef222411186a524fc8c5477bf9f Mon Sep 17 00:00:00 2001 From: phshy0607 Date: Thu, 31 Mar 2022 14:43:48 +0800 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e144449..f0b38d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `Fixed` for any bug fixes. - `Security` in case of vulnerabilities. +## [0.6.6] - Unreleased + +### Fix +- fix `types` is missing in `package.json` + +### Added +- add `exports` in `package.json` + ## [0.6.5] - 2022-03-30 ### Added