Skip to content

Commit 018d927

Browse files
chore(release): set package.json, manifest.json and package-lock.json to 1.5.0-beta.11 [skip ci]
## [1.5.0-beta.11](1.5.0-beta.10...1.5.0-beta.11) (2025-03-22) ### Bug Fixes * 🚑️ we can't use the node:crypto module as node.js modules are not available on Mobile. 'md5' is a reasonably small implementation of a hash function which seems to warrant its use. ([9a044e8](9a044e8))
1 parent 3ac7a48 commit 018d927

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "readwise-mirror",
33
"name": "Readwise Mirror",
4-
"version": "1.5.0-beta.10",
4+
"version": "1.5.0-beta.11",
55
"minAppVersion": "1.1.1",
66
"description": "Mirror your Readwise library directly to an Obsidian vault",
77
"author": "jsonmartin, johannrichard",

Diff for: package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "readwise-mirror",
3-
"version": "1.5.0-beta.10",
3+
"version": "1.5.0-beta.11",
44
"description": "This is a plugin for Obsidian (https://obsidian.md)",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)