Skip to content

Commit 4041b32

Browse files
committed
1.0.0
1 parent dfa3af3 commit 4041b32

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a name="1.0.0"></a>
2+
# [1.0.0](https://github.com/unity-template/utils/compare/v0.0.74...v1.0.0) (2022-01-06)
3+
4+
5+
### Features
6+
7+
* 地理位置:根据LBS定位计算距离(getDistance) Fixes [#45](https://github.com/unity-template/utils/issues/45) ([56bfff0](https://github.com/unity-template/utils/commit/56bfff0))
8+
9+
10+
111
<a name="0.0.74"></a>
212
## [0.0.74](https://github.com/unity-template/utils/compare/v0.0.73...v0.0.74) (2021-12-23)
313

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "onex-utils",
3-
"version": "0.0.74",
3+
"version": "1.0.0",
44
"description": "沉淀业务开发过程中编写的一些业务函数和实现上采用的一些方案,避免业务开发过程中多仓库之间的代码的复制粘贴,将业务开发过程中将一些能力沉淀的此仓库中进行长期维护和迭代",
55
"main": "build/index.js",
66
"types": "./build",

0 commit comments

Comments
 (0)