diff --git a/CHANGELOG.md b/CHANGELOG.md index 62a4df5..f7953e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.5.0] - 2024-05-12 + +### 🚀 Features + +- Import sql and export dbml + ## [0.4.0] - 2024-05-12 ### 🚀 Features @@ -10,6 +16,10 @@ All notable changes to this project will be documented in this file. - Enable response web design - Enable error diags, refactor viewer components +### ⚙️ Miscellaneous Tasks + +- Bump version + ## [0.3.0] - 2024-05-11 ### 🚀 Features diff --git a/package.json b/package.json index a0323df..4d8db99 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dbml-editor", - "version": "0.4.0", + "version": "0.5.0", "author": "Jingchao Di ", "scripts": { "build": "max build",