Skip to content

Commit 9dbb8f0

Browse files
committedNov 4, 2024··
Release 1.2.2
1 parent ada0883 commit 9dbb8f0

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed
 

‎CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [v1.2.2](https://github.com/bangbang93/freyja/compare/v1.2.1...v1.2.2)
8+
9+
- fix: 一次toObject就行了 [`ada0883`](https://github.com/bangbang93/freyja/commit/ada08836a316d85669a376b25a6ef7058b05dc67)
10+
711
#### [v1.2.1](https://github.com/bangbang93/freyja/compare/v1.2.0...v1.2.1)
812

13+
> 4 November 2024
14+
915
- fix: comment响应里移除发布者的开盒信息 [`908f057`](https://github.com/bangbang93/freyja/commit/908f0570518a65f3e25bacff9a9cecbf8508cb3f)
16+
- Release 1.2.1 [`e2006ee`](https://github.com/bangbang93/freyja/commit/e2006eeb23f78f3d32e828318a509abc2b622618)
1017

1118
#### [v1.2.0](https://github.com/bangbang93/freyja/compare/v1.1.10...v1.2.0)
1219

‎package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "freyja",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"private": true,
55
"engines": {
66
"node": ">=18.0.0 <23.0.0"

0 commit comments

Comments
 (0)
Please sign in to comment.