From f6fd17f4ee2b7eb2201317bbeeb425021d44736a Mon Sep 17 00:00:00 2001 From: beezen <1184031131@qq.com> Date: Mon, 22 Jan 2024 09:07:16 +0800 Subject: [PATCH] chore(release): 1.9.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec26d10..576cde1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.9.2](https://github.com/beezen/nucm/compare/v1.9.1...v1.9.2) (2024-01-22) + + +### Bug Fixes + +* 优化nrm获取异常问题和补充单测 ([7ce629a](https://github.com/beezen/nucm/commit/7ce629a1fe6c1df59cb010a8ccf5dc292d04d539)) + ### [1.9.1](https://github.com/beezen/nucm/compare/v1.9.0...v1.9.1) (2024-01-16) diff --git a/package.json b/package.json index 8cc4b85..00f63ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nucm", - "version": "1.9.1", + "version": "1.9.2", "description": "NPM User Change Manager(NPM 用户账号切换管理)", "main": "./bin/index.js", "scripts": {