Skip to content

Commit e164ac6

Browse files
committed
bump version for release.
1 parent e8c5739 commit e164ac6

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

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

3+
**3.0.1** — <small>_August 2, 2019_</small> — [Diff](https://github.com/archiverjs/node-crc32-stream/compare/3.0.0...3.0.1)
4+
5+
- update dependencies
6+
37
**3.0.0** — <small>_April 29, 2019_</small> — [Diff](https://github.com/archiverjs/node-crc32-stream/compare/2.0.0...3.0.0)
48

59
- Require Node.js 6.9, update dependencies, use modern JS syntax (GH #10)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "3.0.0",
3+
"version": "3.0.1",
44
"description": "a streaming CRC32 checksumer",
55
"homepage": "https://github.com/archiverjs/node-crc32-stream",
66
"author": {

0 commit comments

Comments
 (0)