Skip to content

Commit ab7a23f

Browse files
committed
chore(main): release 3.0.0
1 parent 4d830b9 commit ab7a23f

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+
## [3.0.0](https://github.com/image-js/fast-jpeg/compare/v2.0.1...v3.0.0) (2025-06-16)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* migrate to ESM ([#4](https://github.com/image-js/fast-jpeg/issues/4))
9+
10+
### Code Refactoring
11+
12+
* migrate to ESM ([#4](https://github.com/image-js/fast-jpeg/issues/4)) ([4d830b9](https://github.com/image-js/fast-jpeg/commit/4d830b934cce8a36554240684428ef4ec8d58d19))
13+
314
## [2.0.1](https://github.com/image-js/fast-jpeg/compare/v2.0.0...v2.0.1) (2024-04-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-jpeg",
3-
"version": "2.0.1",
3+
"version": "3.0.0",
44
"license": "MIT",
55
"description": "JPEG image decoder written entirely in JavaScript",
66
"author": "Michaël Zasso",

0 commit comments

Comments
 (0)