From d6592b7371bc0c2c7f2f67e04cdc8e5e27c444f1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 16:01:48 +0000 Subject: [PATCH] chore(main): release 1.2.0 --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0ed82e..d4ed672 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.2.0](https://github.com/XasYer/steam-plugin/compare/v1.1.0...v1.2.0) (2024-11-20) + + +### Features + +* steam搜索 ([9d15f14](https://github.com/XasYer/steam-plugin/commit/9d15f144a2fb37f5d4c89cfc3466b0311ef12ae5)) +* steam特惠 ([b7000a8](https://github.com/XasYer/steam-plugin/commit/b7000a84b81e786384aadf28dc4895f424c2936d)) + + +### Bug Fixes + +* 图片报错 ([0a31520](https://github.com/XasYer/steam-plugin/commit/0a3152013d14c142f7d8f906a14ba11cbd6fb145)) +* 绑定了但没完全绑定 ([5986d03](https://github.com/XasYer/steam-plugin/commit/5986d03d4e6c59b620aec55d525d8a7251452e9d)) +* 设置没判断主人 ([b762ce5](https://github.com/XasYer/steam-plugin/commit/b762ce5476bbf4ecc00de26c8828dfeea14f114b)) + ## [1.1.0](https://github.com/XasYer/steam-plugin/compare/v1.0.0...v1.1.0) (2024-11-20) diff --git a/package.json b/package.json index 2a9b2a7..1dd8b96 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "steam-plugin", - "version": "1.1.0", + "version": "1.2.0", "main": "index.js", "author": "XasYer", "type": "module",