Skip to content

Commit 5f454a9

Browse files
authored
chore(main): release 1.0.2 (#4)
1 parent d4a79b4 commit 5f454a9

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

CHANGELOG.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
<a name="1.0.0"></a>
2-
# [1.0.0](https://github.com/image-js/fast-bmp/compare/v0.0.1...v1.0.0) (2016-12-15)
3-
1+
# Changelog
42

5-
### Bug Fixes
3+
## [1.0.2](https://github.com/image-js/fast-bmp/compare/v1.0.1...v1.0.2) (2022-07-31)
64

7-
* **encode:** fix an edge case ([1eac38c](https://github.com/image-js/fast-bmp/commit/1eac38c))
8-
* **encode:** return a Buffer if node.js, Uint8Array otherwise ([d7ea165](https://github.com/image-js/fast-bmp/commit/d7ea165))
95

6+
### Bug Fixes
107

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

12-
<a name="0.0.1"></a>
13-
## 0.0.1 (2016-12-14)
10+
# [1.0.0](https://github.com/image-js/fast-bmp/compare/v0.0.1...v1.0.0) (2016-12-15)
1411

1512

13+
### Bug Fixes
1614

15+
* **encode:** fix an edge case ([1eac38c](https://github.com/image-js/fast-bmp/commit/1eac38c))
16+
* **encode:** return a Buffer if node.js, Uint8Array otherwise ([d7ea165](https://github.com/image-js/fast-bmp/commit/d7ea165))

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