From ee44e91a48135b58cfe7ec2ce1796553e701f192 Mon Sep 17 00:00:00 2001 From: ourongxing Date: Mon, 7 Nov 2022 10:47:21 +0800 Subject: [PATCH] release: v4.1.0 --- README.md | 9 +++++---- package.json | 4 ++-- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 7b6dcd3f..bb05b245 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ ![OhMyMN](assets/banner2.png#gh-dark-mode-only)

- forks - stars - version + version + marginnote-api-version + marginnote-version license

@@ -22,7 +22,8 @@ - [mn-addon-api](https://github.com/aidenlx/mn-addon-api) Original MN addon API declaration files. - [pangu.js](https://github.com/vinta/pangu.js) Add spaces between Chinese and English for AutoFormat. - [ECDICT](https://github.com/skywind3000/ECDICT) & [API](http://dict.e.opac.vip/dict.php) Provide data support for AutoComplete. - +- [OpenCC](https://github.com/BYVoid/OpenCC) Provide data support for AutoSimplify. +- [mustache.js](https://github.com/janl/mustache.js/) The template engine which OhMyMN uses now. ## License MIT © MarginNote diff --git a/package.json b/package.json index aed494c5..e419d61d 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "contributors": [ "ourongxing" ], - "version": "4.0.16", + "version": "4.1.0", "license": "MIT", "description": "MarginNote Addon Development Framework", "scripts": { @@ -54,7 +54,7 @@ "unplugin-auto-import": "^0.11.2" }, "dependencies": { - "marginnote": "0.9.18", + "marginnote": "0.9.19", "query-string": "^7.1.1", "semver": "^7.3.7" }