Skip to content

Commit 3c7eaa9

Browse files
committed
v8.1.0
1 parent b0c457a commit 3c7eaa9

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,18 @@ 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
10+
## [8.1.0] - 2025-02-11
11+
12+
### Added
13+
14+
- Support for template files. Thanks @developit!
15+
16+
### Changed
17+
18+
- Errors related to invalid content files will have more detail for the union
19+
type.
20+
21+
## [8.0.1] - 2025-02-02
1122

1223
### Added
1324

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rmapi-js",
3-
"version": "8.0.1",
3+
"version": "8.1.0",
44
"description": "JavaScript implementation of the reMarkable 1.5 api",
55
"repository": "[email protected]:erikbrinkman/rmapi-js.git",
66
"author": "Erik Brinkman <[email protected]>",

0 commit comments

Comments
 (0)