diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..91abd0c --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ + + +## 0.1.0 (2023-06-19) + + +### Features + +* init ([2a5ef31](https://github.com/bingtsingw/xstools/commit/2a5ef31580f2d0bc457f27db0c1c8d1a6196cc63)) +* migrate utils ([2c0b83c](https://github.com/bingtsingw/xstools/commit/2c0b83c16d726308ee8a09263926a6ce2f542a7a)) + + +### Chores + +* add release test build support ([aa3c30f](https://github.com/bingtsingw/xstools/commit/aa3c30fa7c7bcec00a280f5236907a9f85af64a9)) \ No newline at end of file diff --git a/package.json b/package.json index e45a981..ee2b857 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bingtsingw-c/xstools", - "version": "0.0.1", + "version": "0.1.0", "scripts": { "build": "tsup", "clean": "rimraf dist",