Skip to content

Commit dd12749

Browse files
authored
chore(main): release 7.0.0 (#54)
1 parent 85185d3 commit dd12749

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+
## [7.0.0](https://github.com/image-js/fast-png/compare/v6.4.0...v7.0.0) (2025-06-15)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* migrate to ESM ([#53](https://github.com/image-js/fast-png/issues/53))
9+
10+
### Code Refactoring
11+
12+
* migrate to ESM ([#53](https://github.com/image-js/fast-png/issues/53)) ([85185d3](https://github.com/image-js/fast-png/commit/85185d38f6be1a4b0c044290b1dc7dfc14de4f5b))
13+
314
## [6.4.0](https://github.com/image-js/fast-png/compare/v6.3.0...v6.4.0) (2025-06-11)
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.4.0",
3+
"version": "7.0.0",
44
"license": "MIT",
55
"description": "PNG image decoder and encoder written entirely in JavaScript",
66
"author": "Michaël Zasso",

0 commit comments

Comments
 (0)