From 1efb009d17a826c5b1596d1e225d3f3ebdeecf13 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 22:26:38 +0800 Subject: [PATCH] chore(main): release 1.117.0 (#299) 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 71bcf2f..778bb18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.117.0](https://github.com/MetaCubeX/metacubexd/compare/v1.116.0...v1.117.0) (2023-09-26) + + +### Features + +* **rule:** implement virtual scroll on rules and rule providers, fixes [#285](https://github.com/MetaCubeX/metacubexd/issues/285) ([7145cec](https://github.com/MetaCubeX/metacubexd/commit/7145cec62fd4fc409d3f0e46f7aaaf0bea354abd)) + ## [1.116.0](https://github.com/MetaCubeX/metacubexd/compare/v1.115.1...v1.116.0) (2023-09-26) diff --git a/package.json b/package.json index eb02a76..123917b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "metacubexd", - "version": "1.116.0", + "version": "1.117.0", "description": "Clash.Meta Dashboard, The Official One, XD", "license": "MIT", "type": "module",