Skip to content

Commit

Permalink
chore: release v2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenlx committed Aug 28, 2021
1 parent 6b89405 commit ecde005
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.4.1](https://github.com/alx-plugins/obsidian-bridge/compare/2.4.0...2.4.1) (2021-08-28)


### Performance Improvements

* **scan:** reduce childNotes scan level to avoid performance issue ([6b89405](https://github.com/alx-plugins/obsidian-bridge/commit/6b89405a250bf7758c8a1f5dbc6b84e9f05d4eb3))

# [2.4.0](https://github.com/alx-plugins/obsidian-bridge/compare/2.3.3...2.4.0) (2021-08-28)


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.4.0",
"version": "2.4.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.4.0",
"version": "2.4.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.4.0";
const version = "2.4.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 ecde005

Please sign in to comment.