Skip to content

Commit 6e0066d

Browse files
committed
bump version for release.
1 parent 61ba3d0 commit 6e0066d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
## Changelog
22

3-
**3.0.0-pre** — <small>_June 8, 2018_</small> — [Diff](https://github.com/archiverjs/node-crc32-stream/compare/2.0.0...3.0.0)
3+
**3.0.0** — <small>_April 29, 2019_</small> — [Diff](https://github.com/archiverjs/node-crc32-stream/compare/2.0.0...3.0.0)
44

5+
- Require Node.js 6.9, update dependencies, use modern JS syntax (GH #10)
6+
- Do not use the deprecated Buffer() constructor (GH #8)
57
- remove node v0.10 and v0.12 support
68

79
**2.0.0** — <small>_February 13, 2017_</small> — [Diff](https://github.com/archiverjs/node-crc32-stream/compare/1.0.1...2.0.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "crc32-stream",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"description": "a streaming CRC32 checksumer",
55
"homepage": "https://github.com/archiverjs/node-crc32-stream",
66
"author": {

0 commit comments

Comments
 (0)