From 9dbb8f07c79f4af249eb6b4c5e49e6902d54778c Mon Sep 17 00:00:00 2001 From: bangbang93 Date: Mon, 4 Nov 2024 14:47:07 +0800 Subject: [PATCH] Release 1.2.2 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1014ced..a3c2e03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v1.2.2](https://github.com/bangbang93/freyja/compare/v1.2.1...v1.2.2) + +- fix: 一次toObject就行了 [`ada0883`](https://github.com/bangbang93/freyja/commit/ada08836a316d85669a376b25a6ef7058b05dc67) + #### [v1.2.1](https://github.com/bangbang93/freyja/compare/v1.2.0...v1.2.1) +> 4 November 2024 + - fix: comment响应里移除发布者的开盒信息 [`908f057`](https://github.com/bangbang93/freyja/commit/908f0570518a65f3e25bacff9a9cecbf8508cb3f) +- Release 1.2.1 [`e2006ee`](https://github.com/bangbang93/freyja/commit/e2006eeb23f78f3d32e828318a509abc2b622618) #### [v1.2.0](https://github.com/bangbang93/freyja/compare/v1.1.10...v1.2.0) diff --git a/package-lock.json b/package-lock.json index 07fcde7..96ab280 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "freyja", - "version": "1.2.1", + "version": "1.2.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "freyja", - "version": "1.2.1", + "version": "1.2.2", "workspaces": [ "packages/*" ], diff --git a/package.json b/package.json index 594b7bb..39a726a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "freyja", - "version": "1.2.1", + "version": "1.2.2", "private": true, "engines": { "node": ">=18.0.0 <23.0.0"