Skip to content

Commit

Permalink
chore: release v2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenlx committed Aug 24, 2021
1 parent 44aa04c commit 0cffc40
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
## [2.3.1](https://github.com/alx-plugins/obsidian-bridge/compare/2.3.0...2.3.1) (2021-08-24)


### Bug Fixes

* **lib:** fix type error ([44aa04c](https://github.com/alx-plugins/obsidian-bridge/commit/44aa04c6fe87c7bc1e2157d670dd3c28dcd273ff))

# [2.3.0](https://github.com/alx-plugins/obsidian-bridge/compare/2.2.1...2.3.0) (2021-08-24)


Expand Down
2 changes: 1 addition & 1 deletion mnaddon.json
Expand Up @@ -2,7 +2,7 @@
"addonid": "marginnote.extension.obsidian-bridge",
"author": "AidenLx",
"title": "Obsidian Bridge",
"version": "2.3.0",
"version": "2.3.1",
"marginnote_version_min": "3.7.12",
"cert_key": ""
}
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@aidenlx/obsidian-bridge",
"version": "2.3.0",
"version": "2.3.1",
"description": "MarginNote 3 --> Obsidian",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/const.ts
@@ -1,6 +1,6 @@
import compareVersions from "compare-versions";

const version = "2.3.0";
const version = "2.3.1";
export const VERSION: string = version;
export const PREFIX = `<!--MN^${version}-->\n`;
export const PREFIX_REGEX = /^<!--MN\^([\d.]+)-->\n/;
Expand Down

0 comments on commit 0cffc40

Please sign in to comment.