Skip to content

Commit efa36ec

Browse files
committed
v8.0.1
Summary: Test Plan:
1 parent 7ca14aa commit efa36ec

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [8.0.0] - 2025-02-02
11+
12+
### Added
13+
14+
- `main` entry in `package.json` which may help with resolution in node
15+
16+
## [8.0.0] - 2025-01-17
17+
1018
### Modified
1119

1220
- all of the high level api methods are now backed by the low level api methods,

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rmapi-js",
3-
"version": "8.0.0",
3+
"version": "8.0.1",
44
"description": "JavaScript implementation of the reMarkable 1.5 api",
55
"repository": "[email protected]:erikbrinkman/rmapi-js.git",
66
"author": "Erik Brinkman <[email protected]>",
@@ -10,6 +10,7 @@
1010
],
1111
"type": "module",
1212
"types": "dist/index.d.ts",
13+
"main": "dist/rmapi-js.esm.min.js",
1314
"module": "dist/rmapi-js.esm.min.js",
1415
"files": [
1516
"./dist/**/*.js",

0 commit comments

Comments
 (0)