From cfd446dae609aa6768279d4db002643f24ec3cc2 Mon Sep 17 00:00:00 2001 From: Mora Date: Tue, 3 Nov 2015 14:41:56 +0800 Subject: [PATCH] Release 1.2.3 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c0d615..c47647d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,13 @@ +1.2.3 / 2015-11-03 +================== + + * 添加 electron 和 node-sass 的镜像 + * add 'search' to native npm cmd + * whoami 命令需要走官方的 registry + * 更新本地安装了 smart-npm 运行 npm test 失败的问题 + * 更新几个非常有用的 alias 脚本 + 1.2.1 / 2015-04-19 ================== diff --git a/package.json b/package.json index 65b45f2..f11391b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "smart-npm", "description": "Auto switch registry according your npm command.", - "version": "1.2.2", + "version": "1.2.3", "homepage": "https://github.com/qiu8310/smart-npm", "bugs": "https://github.com/qiu8310/smart-npm/issues", "license": "MIT",