Skip to content

Commit c5d5653

Browse files
committed
chore: bump version and gen changelog
1 parent 33ad790 commit c5d5653

File tree

2 files changed

+53
-1
lines changed

2 files changed

+53
-1
lines changed

CHANGELOG.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
## [0.3.0] - 2024-05-11
6+
7+
### 🚀 Features
8+
9+
- Using @umi/max
10+
11+
### ⚙️ Miscellaneous Tasks
12+
13+
- Enable Google Analytics
14+
15+
## [0.2.0] - 2024-05-04
16+
17+
### 🚀 Features
18+
19+
- Better ui, graph moveable, pk with emoji
20+
- Add note on the node
21+
22+
### 🐛 Bug Fixes
23+
24+
- Disable mousewheel
25+
26+
### 📚 Documentation
27+
28+
- Update readme and package.json, add project info
29+
30+
## [0.1.0] - 2024-05-03
31+
32+
### 🚀 Features
33+
34+
- Init umijs
35+
- Enable editor
36+
- X6 enable
37+
- Convert dbml file in monaco to x6 er
38+
- Tunning ui connetion and style
39+
- Enable syntax highlight
40+
41+
### 📚 Documentation
42+
43+
- Add readme
44+
45+
### ⚙️ Miscellaneous Tasks
46+
47+
- Github actions
48+
- Enable cd pipeline on Github Pages
49+
- Fix Github Pages cname
50+
- Add package info
51+
52+
<!-- generated by git-cliff -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dbml-editor",
3-
"version": "0.1.0",
3+
"version": "0.3.0",
44
"author": "Jingchao Di <alswlx@gmail.com>",
55
"scripts": {
66
"build": "max build",

0 commit comments

Comments
 (0)