From 420b2b2971d883f356ed9290f9f9e2c6b5958c80 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 14:15:27 +0800 Subject: [PATCH] chore(npm): release 1.7.7 (#75) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86199d8..0fa5a5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # 更新日志 +## [1.7.7](https://github.com/yusheng929/karin-plugin-ling/compare/v1.7.6...v1.7.7) (2025-01-17) + + +### Bug Fixes + +* 修复 npm 包无配置文件 ([9509eac](https://github.com/yusheng929/karin-plugin-ling/commit/9509eacc1592da0c204c08d8d9076ff5f813f1b4)) + ## [1.7.6](https://github.com/yusheng929/karin-plugin-ling/compare/v1.7.5...v1.7.6) (2025-01-17) diff --git a/package.json b/package.json index 02f4dce..a86b45c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "karin-plugin-ling", - "version": "1.7.6", + "version": "1.7.7", "author": "yusheng", "type": "module", "main": "lib/index.js",