diff --git a/CHANGELOG.md b/CHANGELOG.md index d726cdf..9aaf727 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +## [1.2.0](https://github.com/LeafYeeXYZ/EasyPaper/compare/v1.1.0...v1.2.0) (2024-08-31) + + +### Features + +* 支持数学公式 ([5a5f3a7](https://github.com/LeafYeeXYZ/EasyPaper/commit/5a5f3a72420c22cb675a88e256922f02d1278869)) + ## 1.1.0 (2024-08-29) diff --git a/package.json b/package.json index b45781b..8a024fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "easy-paper", - "version": "1.1.0", + "version": "1.2.0", "description": "The easist way to write academic papers", "main": "./out/main/index.js", "author": "github.com/LeafYeeXYZ",