From c4ea00d17062b977cc34d07b6e4051f682c7f77d Mon Sep 17 00:00:00 2001 From: liurunze <1414556676@qq.com> Date: Tue, 14 Jul 2020 16:23:38 +0800 Subject: [PATCH] chore(release): 1.0.1-1 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d6f0e4..821c844 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,4 +2,8 @@ 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.0.1-1](http://gitlab.lashuju.com/opensource/luckysheet/compare/v1.0.1-0...v1.0.1-1) (2020-07-14) +# Changelog + +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. diff --git a/package.json b/package.json index 2eb7073..09ef741 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "luckysheet", - "version": "1.0.1-0", + "version": "1.0.1-1", "main": "dist/luckysheet.cjs.js", "module": "dist/luckysheet.esm.js", "browser": "dist/luckysheet.umd.js",