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",