From 57ad07d77bb2ab202d7dc7ca5f90d9a0e5d09749 Mon Sep 17 00:00:00 2001 From: errorrik Date: Wed, 23 Mar 2022 15:23:23 +0800 Subject: [PATCH] bump 1.2.0 --- CHANGELOG.md | 6 ++++++ package-lock.json | 1 - package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9844ebc..821f495 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +1.2.0 (2022-3-23) +------- + ++ 【新特性】- 增加组件实例相关上下文 `context` 的支持 + + 1.1.0 (2021-10-21) ------- diff --git a/package-lock.json b/package-lock.json index 059f912..c647efa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,7 +5,6 @@ "requires": true, "packages": { "": { - "name": "san-composition", "version": "1.1.0", "license": "MIT", "devDependencies": { diff --git a/package.json b/package.json index fb25b93..c355ea9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "san-composition", - "version": "1.1.0", + "version": "1.2.0", "main": "dist/index.common.js", "browser": "dist/index.common.js", "module": "dist/index.esm.js",