From 179d1d7f5abeda8f305e18889e2861eab3f327f4 Mon Sep 17 00:00:00 2001 From: LeafYeeXYZ Date: Tue, 24 Sep 2024 18:47:59 +0800 Subject: [PATCH] chore(release): 1.4.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee215d9..4a4b8a9 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.4.0](https://github.com/LeafYeeXYZ/EasyPaper/compare/v1.3.0...v1.4.0) (2024-09-24) + + +### Features + +* 预览页面自动滚动到输入处 ([180e7dc](https://github.com/LeafYeeXYZ/EasyPaper/commit/180e7dc1ef40da6e96372a601b36cd10de04721c)) + ## [1.3.0](https://github.com/LeafYeeXYZ/EasyPaper/compare/v1.2.1...v1.3.0) (2024-09-08) diff --git a/package.json b/package.json index fb098e9..3e6c602 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "easy-paper", - "version": "1.3.0", + "version": "1.4.0", "description": "The easist way to write academic papers", "main": "./out/main/index.js", "author": "github.com/LeafYeeXYZ",