From 6dc4172ffba7c781852e1732c2cb8d73ed4a89d3 Mon Sep 17 00:00:00 2001 From: Bot Date: Wed, 31 Jan 2024 11:27:53 +0000 Subject: [PATCH] chore(release): 1.3.0 # [1.3.0](https://github.com/gorules/editor/compare/v1.2.0...v1.3.0) (2024-01-31) ### Bug Fixes * css ([1609cc0](https://github.com/gorules/editor/commit/1609cc04409f55e15d49361d392cdf85c86c9eff)) * lint ([56348a4](https://github.com/gorules/editor/commit/56348a4e0f467db34a1be0ef1f96f9bb4afcdad1)) * lint ([f2956c9](https://github.com/gorules/editor/commit/f2956c99dd9d21db83b8cbcd877363d9d66a486f)) ### Features * add dark mode ([e39afe7](https://github.com/gorules/editor/commit/e39afe7e98dbfa8e60b992542e83f20ac32c3e57)) --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ab16a7..e6bbe99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [1.3.0](https://github.com/gorules/editor/compare/v1.2.0...v1.3.0) (2024-01-31) + + +### Bug Fixes + +* css ([1609cc0](https://github.com/gorules/editor/commit/1609cc04409f55e15d49361d392cdf85c86c9eff)) +* lint ([56348a4](https://github.com/gorules/editor/commit/56348a4e0f467db34a1be0ef1f96f9bb4afcdad1)) +* lint ([f2956c9](https://github.com/gorules/editor/commit/f2956c99dd9d21db83b8cbcd877363d9d66a486f)) + + +### Features + +* add dark mode ([e39afe7](https://github.com/gorules/editor/commit/e39afe7e98dbfa8e60b992542e83f20ac32c3e57)) + # [1.2.0](https://github.com/gorules/editor/compare/v1.1.0...v1.2.0) (2024-01-31) diff --git a/package.json b/package.json index 9465f63..1f06809 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "frontend", "private": true, - "version": "1.2.0", + "version": "1.3.0", "type": "module", "license": "MIT", "scripts": {