Skip to content
This repository has been archived by the owner on Nov 24, 2024. It is now read-only.

Commit

Permalink
chore: release v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenlx committed Sep 4, 2021
1 parent a2f9a5b commit 379ba19
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.3.1](https://github.com/aidenlx/marginnote-companion/compare/0.3.0...0.3.1) (2021-09-04)


### Bug Fixes

* **input-handler:** fix version failed to compare when they are the same ([a2f9a5b](https://github.com/aidenlx/marginnote-companion/commit/a2f9a5b64524d525f2a21c2dc2467ee86d8934ed))

# [0.3.0](https://github.com/aidenlx/marginnote-companion/compare/0.2.0...0.3.0) (2021-09-04)


Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "marginnote-companion",
"name": "MarginNote Companion",
"version": "0.3.0",
"version": "0.3.1",
"minAppVersion": "0.12.5",
"description": "",
"author": "",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "marginnote-companion",
"version": "0.3.0",
"version": "0.3.1",
"description": "",
"main": "main.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"0.2.0": "0.12.5",
"0.3.0": "0.12.5"
"0.3.0": "0.12.5",
"0.3.1": "0.12.5"
}

0 comments on commit 379ba19

Please sign in to comment.