Skip to content

Commit 89f31ba

Browse files
committed
chore: Bump version to 1.2.0
1 parent fc5c88e commit 89f31ba

File tree

5 files changed

+14
-4
lines changed

5 files changed

+14
-4
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a name="v1.2.0"></a>
2+
## v1.2.0 (2025-02-01)
3+
4+
5+
#### Features
6+
7+
* **ext:** Add emacsclient as an editor option (#158) ([e32a4723](https://github.com/Frederick888/external-editor-revived/commit/e32a47232cd4e77ac77193443da49425134af487))
8+
9+
10+
111
<a name="v1.1.0"></a>
212
## v1.1.0 (2024-01-29)
313

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "external-editor-revived"
33
description = "Edit emails in external editors such as Vim, Neovim, Emacs, etc."
4-
version = "1.1.0"
4+
version = "1.2.0"
55
edition = "2021"
66
license = "GPL-3.0-or-later"
77

extension/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"short_name": "ExtEditorR",
55
"description": "Edit emails in external editors such as Vim, Neovim, Emacs, etc.",
66
"homepage_url": "https://github.com/Frederick888/external-editor-revived",
7-
"version": "1.1.0",
7+
"version": "1.2.0",
88
"author": "Frederick Zhang",
99
"applications": {
1010
"gecko": {

extension/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "external-editor-revived",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Edit emails in external editors such as Vim, Neovim, Emacs, etc.",
55
"main": "background.js",
66
"author": "Frederick Zhang",

0 commit comments

Comments
 (0)