Skip to content

Commit 03c528d

Browse files
authored
chore(main): release 6.3.0 (#37)
1 parent 9f37e5e commit 03c528d

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

3+
## [6.3.0](https://github.com/image-js/fast-png/compare/v6.2.0...v6.3.0) (2025-02-01)
4+
5+
6+
### Features
7+
8+
* add hasPngSignature method ([#36](https://github.com/image-js/fast-png/issues/36)) ([98c771e](https://github.com/image-js/fast-png/commit/98c771e5ce549da6b5ca9a891fa303d643a75363))
9+
* add support for tEXt in encoder ([ff545ce](https://github.com/image-js/fast-png/commit/ff545ceb792a84ddd5366a0223fbe036e4a9c57d))
10+
11+
12+
### Bug Fixes
13+
14+
* correctly decode non-ASCII tEXt chunks ([76391df](https://github.com/image-js/fast-png/commit/76391dfd7ed3fbfb2402197f279e441469ed1084))
15+
316
## [6.2.0](https://github.com/image-js/fast-png/compare/v6.1.0...v6.2.0) (2023-07-18)
417

518

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fast-png",
3-
"version": "6.2.0",
3+
"version": "6.3.0",
44
"description": "PNG image decoder and encoder written entirely in JavaScript",
55
"main": "./lib/index.js",
66
"module": "./lib-esm/index.js",

0 commit comments

Comments
 (0)