Skip to content

Commit ed98aad

Browse files
authored
Merge pull request #23 from OpenDisplay/release-please--branches--main
chore: release main
2 parents 6d4f343 + 9e27194 commit ed98aad

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"packages/python": "0.6.4",
3-
"packages/javascript": "2.1.4"
3+
"packages/javascript": "2.2.0"
44
}

packages/javascript/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.2.0](https://github.com/OpenDisplay/epaper-dithering/compare/javascript-v2.1.4...javascript-v2.2.0) (2026-03-12)
4+
5+
6+
### Features
7+
8+
* update js implementation to match python implementation features ([6a05215](https://github.com/OpenDisplay/epaper-dithering/commit/6a052159b1ec6f8cb15ba641281c2898f21e6e1a)), closes [#19](https://github.com/OpenDisplay/epaper-dithering/issues/19)
9+
310
## [2.1.4](https://github.com/OpenDisplay-org/epaper-dithering/compare/javascript-v2.1.3...javascript-v2.1.4) (2026-02-09)
411

512

packages/javascript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opendisplay/epaper-dithering",
3-
"version": "2.1.4",
3+
"version": "2.2.0",
44
"description": "Dithering algorithms for e-paper/e-ink displays (JavaScript/TypeScript)",
55
"type": "module",
66
"main": "./dist/index.cjs",

0 commit comments

Comments
 (0)