Skip to content

Commit bb35394

Browse files
committed
chore(release): 0.0.2
1 parent 30836e2 commit bb35394

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Changelog
2+
3+
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.
4+
5+
### 0.0.2 (2020-12-31)
6+
7+
8+
### Features
9+
10+
* 基本功能实现 ([28b4865](https://github.com/mathink12/json-tree/commit/28b486564224e39d9aab214fd7f874452f1f824e))
11+
* 新增 key slot ([cc96de7](https://github.com/mathink12/json-tree/commit/cc96de70d6f4d1f815b051d8d719e6e369bd1fd3))
12+
* 新增 slots(toggle, cound) ([0b5f1dd](https://github.com/mathink12/json-tree/commit/0b5f1dd01ab47b460569824cd26daf87de55d66b))
13+
* 新增 val slot ([ed8a4ad](https://github.com/mathink12/json-tree/commit/ed8a4ad9a47e075328e80892692a96d1541a8d4b))
14+
* 新增默认展开层级 prop(expand-deep) ([4be8286](https://github.com/mathink12/json-tree/commit/4be8286afe8bbb1a9b8713551bdade8710d1773c))

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-tree",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "JSON tree view for Vue",
55
"author": "",
66
"scripts": {

0 commit comments

Comments
 (0)