diff --git a/CHANGELOG.md b/CHANGELOG.md index 91abd0c..6f292ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ +## [0.1.1](https://github.com/bingtsingw/xstools/compare/0.1.0...0.1.1) (2023-06-19) + + +### Chores + +* update npmrc ([ce61726](https://github.com/bingtsingw/xstools/commit/ce61726ef03c6556034ef8a38a112a018bf48caa)) + + +### Build System + +* add module type and exports ([c51eb30](https://github.com/bingtsingw/xstools/commit/c51eb30a75d9aed4b507b160455a4f35b29a6f1d)) + ## 0.1.0 (2023-06-19) diff --git a/package.json b/package.json index f7bf5dd..bfdf574 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bingtsingw-c/xstools", - "version": "0.1.0", + "version": "0.1.1", "type": "module", "exports": { "import": "./dist/index.js",