Skip to content

Commit 4516b48

Browse files
committed
docs: add changelog section
1 parent fc7e2c7 commit 4516b48

File tree

2 files changed

+30
-10
lines changed

2 files changed

+30
-10
lines changed

README.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -260,16 +260,26 @@ type Mode = 'tree' | 'text'
260260
261261
<br>
262262
263-
## Contributing
263+
## Changelog
264264
265-
1. [Install Deno](https://deno.land/#installation)
265+
Detailed changes for each release are documented in the [release notes](https://github.com/cloydlau/json-editor-vue/releases).
266+
267+
<br>
268+
269+
## Development
270+
271+
**PR welcome!**
272+
273+
1. Install Deno
274+
- https://deno.land/#installation
275+
- https://x.deno.js.cn/#%E5%AE%89%E8%A3%85%E6%9C%80%E6%96%B0%E7%89%88
266276
267277
2. `npm add @cloydlau/scripts pnpm -g`
268278
269279
3. Start
270280
271-
- `npm run dev3`
272-
- `npm run dev2.7`
273-
- `npm run dev2.6`
281+
- `pnpm dev3`
282+
- `pnpm dev2.7`
283+
- `pnpm dev2.6`
274284
275285
<br>

docs/README.zh-CN.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -260,16 +260,26 @@ type Mode = 'tree' | 'text'
260260
261261
<br>
262262
263-
## Contributing
263+
## 更新日志
264264
265-
1. [安装 Deno](https://x.deno.js.cn/#%E5%AE%89%E8%A3%85%E6%9C%80%E6%96%B0%E7%89%88)
265+
各版本详细改动请参考 [release notes](https://github.com/cloydlau/json-editor-vue/releases) 。
266+
267+
<br>
268+
269+
## 开发
270+
271+
**PR welcome!**
272+
273+
1. 安装 Deno
274+
- https://deno.land/#installation
275+
- https://x.deno.js.cn/#%E5%AE%89%E8%A3%85%E6%9C%80%E6%96%B0%E7%89%88
266276
267277
2. `npm add @cloydlau/scripts pnpm -g`
268278
269279
3. 启动
270280
271-
- `npm run dev3`
272-
- `npm run dev2.7`
273-
- `npm run dev2.6`
281+
- `pnpm dev3`
282+
- `pnpm dev2.7`
283+
- `pnpm dev2.6`
274284
275285
<br>

0 commit comments

Comments
 (0)