From cbce7cc54090ebba5e0464db36f1fa3236543407 Mon Sep 17 00:00:00 2001 From: Jingchao Di Date: Sun, 12 May 2024 23:57:28 +0800 Subject: [PATCH] chore: bump version --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e25ae81..62a4df5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. +## [0.4.0] - 2024-05-12 + +### 🚀 Features + +- Enable baidu analytics +- Enable response web design +- Enable error diags, refactor viewer components + ## [0.3.0] - 2024-05-11 ### 🚀 Features @@ -11,6 +19,7 @@ All notable changes to this project will be documented in this file. ### ⚙️ Miscellaneous Tasks - Enable Google Analytics +- Bump version and gen changelog ## [0.2.0] - 2024-05-04 diff --git a/package.json b/package.json index f2de3c3..a0323df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dbml-editor", - "version": "0.3.0", + "version": "0.4.0", "author": "Jingchao Di ", "scripts": { "build": "max build",