chore: release v1.7.1

This commit is contained in:
moonrailgun 2024-03-09 15:09:09 +08:00
parent b19292e8f6
commit 0dec9b5a8c
2 changed files with 8 additions and 1 deletions

View File

@ -1,5 +1,12 @@
## [1.7.1](https://github.com/msgbyte/tianji/compare/v1.7.0...v1.7.1) (2024-03-09)
### Bug Fixes
* fix geo library dont copy problem ([b19292e](https://github.com/msgbyte/tianji/commit/b19292e8f69e23ec4a5ba5bff8368b574dc20b53))
## [1.7.0](https://github.com/msgbyte/tianji/compare/v1.6.0...v1.7.0) (2024-03-08)

View File

@ -1,7 +1,7 @@
{
"name": "tianji",
"private": true,
"version": "1.7.0",
"version": "1.7.1",
"scripts": {
"dev": "concurrently --kill-others npm:dev:server npm:dev:web",
"dev:web": "cd src/client && pnpm dev",