From 7b0407cee2a2f539ec132835ef16b3c60553d195 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 18:22:58 +0800 Subject: [PATCH] chore(main): release 1.135.0 (#629) 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 eda8e10..c46be0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.135.0](https://github.com/MetaCubeX/metacubexd/compare/v1.134.0...v1.135.0) (2024-02-01) + + +### Features + +* get package.json version from npm builtin environment variable ([0cdf390](https://github.com/MetaCubeX/metacubexd/commit/0cdf390c2801f2b8dc4678898a709143204ccf30)) + ## [1.134.0](https://github.com/MetaCubeX/metacubexd/compare/v1.133.1...v1.134.0) (2023-12-03) diff --git a/package.json b/package.json index ef34903..c6fd398 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "metacubexd", - "version": "1.134.0", + "version": "1.135.0", "description": "Mihomo Dashboard, The Official One, XD", "license": "MIT", "type": "module",