chore: release v1.16.4

This commit is contained in:
moonrailgun 2024-10-27 17:29:50 +08:00
parent 98298c4367
commit f592466d62
2 changed files with 13 additions and 1 deletions

View File

@ -1,5 +1,17 @@
## [1.16.4](https://github.com/msgbyte/tianji/compare/v1.16.3...v1.16.4) (2024-10-27)
### Features
* add stripe feed integration ([09d0f02](https://github.com/msgbyte/tianji/commit/09d0f02d844159565e97bb64f076e0bbe218ce98))
### Others
* update currency symbols in feed ([98298c4](https://github.com/msgbyte/tianji/commit/98298c43670326b4e2300a6bbdeee3daa53f0eb3))
## [1.16.3](https://github.com/msgbyte/tianji/compare/v1.16.2...v1.16.3) (2024-10-24)

View File

@ -1,7 +1,7 @@
{
"name": "tianji",
"private": true,
"version": "1.16.3",
"version": "1.16.4",
"type": "module",
"scripts": {
"dev": "concurrently --kill-others npm:dev:server npm:dev:web",