Skip to content

Commit

Permalink
chore: Bump version to 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederick888 committed Oct 20, 2022
1 parent 1deb14b commit 09810a0
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="v0.4.2"></a>
## v0.4.2 (2022-10-20)


#### Bug Fixes

* **host:** Fix crashes when EML has invalid UTF-8 ([c8a428d0](https://github.com/Frederick888/external-editor-revived/commit/c8a428d005b0e0c69c5302868d1e7858873c1692))



<a name="v0.4.1"></a>
## v0.4.1 (2022-09-27)

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "external-editor-revived"
description = "Edit emails in external editors such as Vim"
version = "0.4.1"
version = "0.4.2"
edition = "2021"
license = "GPL-3.0-or-later"

Expand Down
2 changes: 1 addition & 1 deletion extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"short_name": "ExtEditorR",
"description": "Edit emails in external editors such as Vim",
"homepage_url": "https://github.com/Frederick888/external-editor-revived",
"version": "0.4.1",
"version": "0.4.2",
"author": "Frederick Zhang",
"applications": {
"gecko": {
Expand Down
2 changes: 1 addition & 1 deletion extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "external-editor-revived",
"version": "0.4.1",
"version": "0.4.2",
"description": "Edit emails in external editors such as Vim",
"main": "background.js",
"author": "Frederick Zhang",
Expand Down

0 comments on commit 09810a0

Please sign in to comment.