Skip to content

Commit 5b4096d

Browse files
authored
chore: release 5.0.0 (#29)
1 parent 220822f commit 5b4096d

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

CHANGELOG.md

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

3+
## [5.0.0](https://www.github.com/image-js/tiff/compare/v4.3.0...v5.0.0) (2021-07-06)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Removed support for Node.js 10.
9+
10+
### Miscellaneous Chores
11+
12+
* stop testing on Node.js 10 ([220822f](https://www.github.com/image-js/tiff/commit/220822f008a3b8c6b047f4f78d2f01b202cda8b0))
13+
314
## [4.3.0](https://github.com/image-js/tiff/compare/v4.2.0...v4.3.0) (2020-12-03)
415

516

@@ -169,6 +180,3 @@
169180

170181
<a name="0.0.1"></a>
171182
## 0.0.1 (2015-09-19)
172-
173-
174-

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tiff",
3-
"version": "4.3.0",
3+
"version": "5.0.0",
44
"description": "TIFF image decoder written entirely in JavaScript",
55
"main": "lib/index.js",
66
"module": "lib-esm/index.js",

0 commit comments

Comments
 (0)