Skip to content

Commit e121a20

Browse files
authored
chore(main): release 2.0.0 (#6)
1 parent e8e7a36 commit e121a20

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,24 @@
11
# Changelog
22

3+
## [2.0.0](https://github.com/image-js/fast-bmp/compare/v1.0.2...v2.0.0) (2022-07-31)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* always return a Uint8Array instead of Buffer (#5)
9+
10+
### Miscellaneous Chores
11+
12+
* always return a Uint8Array instead of Buffer ([#5](https://github.com/image-js/fast-bmp/issues/5)) ([e8e7a36](https://github.com/image-js/fast-bmp/commit/e8e7a3659f5869271c916a348a35a899f40e2ac0))
13+
314
## [1.0.2](https://github.com/image-js/fast-bmp/compare/v1.0.1...v1.0.2) (2022-07-31)
415

516

617
### Bug Fixes
718

819
* update iobuffer ([#3](https://github.com/image-js/fast-bmp/issues/3)) ([d4a79b4](https://github.com/image-js/fast-bmp/commit/d4a79b44426713dfb2f3b6450e5d5be6d7e7d2b0))
920

10-
# [1.0.0](https://github.com/image-js/fast-bmp/compare/v0.0.1...v1.0.0) (2016-12-15)
21+
## [1.0.0](https://github.com/image-js/fast-bmp/compare/v0.0.1...v1.0.0) (2016-12-15)
1122

1223

1324
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fast-bmp",
3-
"version": "1.0.2",
3+
"version": "2.0.0",
44
"description": "A bmp image encoder",
55
"main": "src/index.js",
66
"repository": "[email protected]:image-js/fast-bmp.git",

0 commit comments

Comments
 (0)