diff --git a/.changeset/eight-moose-push.md b/.changeset/eight-moose-push.md deleted file mode 100644 index 960aa54..0000000 --- a/.changeset/eight-moose-push.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@xstools/utility': minor ---- - -增加 getDistrict: 根据title address 获取城市区名 diff --git a/packages/utility/CHANGELOG.md b/packages/utility/CHANGELOG.md index d9a8b91..1df76af 100644 --- a/packages/utility/CHANGELOG.md +++ b/packages/utility/CHANGELOG.md @@ -1,5 +1,11 @@ # @xstools/utility +## 0.17.0 + +### Minor Changes + +- [#5](https://github.com/bingtsingw/xstools-open/pull/5) [`bb9cbb5`](https://github.com/bingtsingw/xstools-open/commit/bb9cbb599b1c9bc8db22cbfe1710956ecef9da13) Thanks [@KenjiGinjo](https://github.com/KenjiGinjo)! - 增加 getDistrict: 根据title address 获取城市区名 + ## 0.16.1 ### Patch Changes diff --git a/packages/utility/package.json b/packages/utility/package.json index f136cf7..1a52b78 100644 --- a/packages/utility/package.json +++ b/packages/utility/package.json @@ -1,6 +1,6 @@ { "name": "@xstools/utility", - "version": "0.16.1", + "version": "0.17.0", "repository": { "type": "git", "url": "https://github.com/bingtsingw/xstools-open"