Skip to content

Commit

Permalink
chore: release v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenlx committed Aug 22, 2021
1 parent bcb32e5 commit e2f9637
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.1.0](https://github.com/alx-plugins/obsidian-bridge/compare/2.0.0...2.1.0) (2021-08-22)


### Features

* **api:** add addon version ([bcb32e5](https://github.com/alx-plugins/obsidian-bridge/commit/bcb32e569ccd51d09d8230acb9361eae37db65cd))

# [2.0.0](https://github.com/alx-plugins/obsidian-bridge/compare/1.1.2...2.0.0) (2021-08-22)


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.0.0",
"version": "2.1.0",
"marginnote_version_min": "3.7.12",
"cert_key": ""
}
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@alx-plugins/obsidian-bridge",
"version": "2.0.0",
"version": "2.1.0",
"description": "MarginNote 3 --> Obsidian",
"types": "src/modules/return.d.ts",
"main": "",
Expand Down
2 changes: 1 addition & 1 deletion src/modules/const.ts
@@ -1,4 +1,4 @@
import { MNMark } from "./return";
export const PREFIX: MNMark = "<!--MN-->\n";
const version = "2.0.0";
const version = "2.1.0";
export const VERSION: string = "v" + version;

0 comments on commit e2f9637

Please sign in to comment.