Browse Source

chore(release): 2.1.10

master
mengshukeji 5 years ago
parent
commit
f6d625d5a3
  1. 7
      CHANGELOG.md
  2. 2
      package.json

7
CHANGELOG.md

@ -2,6 +2,13 @@
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.1.10](https://github.com/mengshukeji/Luckysheet/compare/v2.1.9...v2.1.10) (2020-12-18)
### Bug Fixes
* **rowtitle:** bug ([8faeffe](https://github.com/mengshukeji/Luckysheet/commit/8faeffee08840a5e8119d9fc8ac7204248105616))
### [2.1.9](https://github.com/mengshukeji/Luckysheet/compare/v2.1.8...v2.1.9) (2020-12-17)

2
package.json

@ -1,6 +1,6 @@
{
"name": "luckysheet",
"version": "2.1.9",
"version": "2.1.10",
"main": "dist/luckysheet.cjs.js",
"module": "dist/luckysheet.esm.js",
"browser": "dist/luckysheet.umd.js",

Loading…
Cancel
Save