Browse Source

chore(release): 1.0.1-1

master
liurunze 5 years ago
parent
commit
c4ea00d170
  1. 4
      CHANGELOG.md
  2. 2
      package.json

4
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.

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

Loading…
Cancel
Save