Skip to content

Commit 0d00041

Browse files
authored
chore(main): release 6.4.0 (#47)
1 parent bbfd8fc commit 0d00041

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

3+
## [6.4.0](https://github.com/image-js/fast-png/compare/v6.3.0...v6.4.0) (2025-06-11)
4+
5+
6+
### Features
7+
8+
* `convertIndexedToRgb` method ([#52](https://github.com/image-js/fast-png/issues/52)) ([bbfd8fc](https://github.com/image-js/fast-png/commit/bbfd8fcf9ab9414e86af76703d716626ae7712fb))
9+
* add 1bit codec support ([#49](https://github.com/image-js/fast-png/issues/49)) ([ca41315](https://github.com/image-js/fast-png/commit/ca41315f8186b5d5fff588b9660d91592532d4c9))
10+
* add indexed images' codec ([#51](https://github.com/image-js/fast-png/issues/51)) ([8c78fbd](https://github.com/image-js/fast-png/commit/8c78fbd33ea42630cde8ff9a6a2c67d032cf7485))
11+
* add support for APNG ([#48](https://github.com/image-js/fast-png/issues/48)) ([a1eae12](https://github.com/image-js/fast-png/commit/a1eae124fd91c99020846441d4da307d86124f60))
12+
* add support for interlaced images ([#46](https://github.com/image-js/fast-png/issues/46)) ([ba91f96](https://github.com/image-js/fast-png/commit/ba91f96af903bb7168daaffc8fef2230e730ef56))
13+
314
## [6.3.0](https://github.com/image-js/fast-png/compare/v6.2.0...v6.3.0) (2025-02-01)
415

516

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.3.0",
3+
"version": "6.4.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)