Browse Source

chore(release): 1.0.1-6

master
liurunze 5 years ago
parent
commit
8344601e8b
  1. 8
      CHANGELOG.md
  2. 5
      package.json

8
CHANGELOG.md

@ -1,4 +1,10 @@
## [1.0.1-4](http://gitlab.lashuju.com/opensource/luckysheet/compare/v1.0.1-2...v1.0.1-4) (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.
### [1.0.1-6](http://gitlab.lashuju.com/opensource/luckysheet/compare/v1.0.1-2...v1.0.1-6) (2020-07-14)
### Bug Fixes
* **core.js:** core function ([6e63969](http://gitlab.lashuju.com/opensource/luckysheet/commit/6e639699e117abd241532de5530a533b80d547bb))

5
package.json

@ -1,6 +1,6 @@
{
"name": "luckysheet",
"version": "1.0.1-2",
"version": "1.0.1-6",
"main": "dist/luckysheet.cjs.js",
"module": "dist/luckysheet.esm.js",
"browser": "dist/luckysheet.umd.js",
@ -21,6 +21,7 @@
"gulp-useref": "^4.0.1",
"rollup": "^2.16.1",
"rollup-plugin-terser": "^6.1.0",
"standard-version": "^8.0.2",
"vuepress": "^1.5.0"
},
"dependencies": {},
@ -30,7 +31,7 @@
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"commit": "git-cz",
"version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md"
"release": "standard-version"
},
"files": [
"dist"

Loading…
Cancel
Save