From b419bed6b1bb4801e0e5a84ea1a4e0ff8d5c498d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 12:00:49 +0800 Subject: [PATCH] chore(main): release 1.142.0 (#849) * chore(main): release 1.142.0 * build(deps): bump @types/node from 20.14.11 to 20.14.12 (#852) Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.14.11 to 20.14.12. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps): bump typescript from 5.5.3 to 5.5.4 (#851) Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.5.3 to 5.5.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/Microsoft/TypeScript/compare/v5.5.3...v5.5.4) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps): bump unplugin-auto-import from 0.18.0 to 0.18.1 (#853) Bumps [unplugin-auto-import](https://github.com/unplugin/unplugin-auto-import) from 0.18.0 to 0.18.1. - [Release notes](https://github.com/unplugin/unplugin-auto-import/releases) - [Commits](https://github.com/unplugin/unplugin-auto-import/compare/v0.18.0...v0.18.1) --- updated-dependencies: - dependency-name: unplugin-auto-import dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33b9a2e..dd884b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.142.0](https://github.com/MetaCubeX/metacubexd/compare/v1.141.2...v1.142.0) (2024-07-24) + + +### Features + +* logs pause ([#855](https://github.com/MetaCubeX/metacubexd/issues/855)) ([776d8f8](https://github.com/MetaCubeX/metacubexd/commit/776d8f8daf0b2232a5b25020f14c4062b74761a7)) + + +### Bug Fixes + +* ipv6 latency test ([#854](https://github.com/MetaCubeX/metacubexd/issues/854)) ([d6ec561](https://github.com/MetaCubeX/metacubexd/commit/d6ec561b81f42d8bf76be62ebedc053c883067a3)) + ## [1.141.2](https://github.com/MetaCubeX/metacubexd/compare/v1.141.1...v1.141.2) (2024-07-23) diff --git a/package.json b/package.json index 966c2eb..9ed3524 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "metacubexd", - "version": "1.141.2", + "version": "1.142.0", "description": "Mihomo Dashboard, The Official One, XD", "license": "MIT", "type": "module",