Skip to content

Commit

Permalink
Update snappy to 6.1 and bump version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake Richards committed Jan 3, 2019
1 parent ef260b5 commit 0f14bbf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v2.0.0

- Adopt snappy 6.x
- Drop support for node 0.10 & 0.12

## v1.0.0

- Adopt snappy 5.x
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "node-avro-io",
"description": "This will allow you to encode / decode avro binary format to / from json format, it supports both deflate and snappy compressions and supports node streams",
"version": "1.0.1",
"version": "2.0.0",
"author": {
"name": "James Power",
"email": "[email protected]"
Expand All @@ -28,7 +28,7 @@
"buffer-crc32": "^0.2.5",
"int64-native": "^0.4.0",
"lodash": "^2.4.1",
"snappy": "^5.0.5"
"snappy": "^6.1.1"
},
"devDependencies": {
"mocha": "^3.1.0",
Expand Down

0 comments on commit 0f14bbf

Please sign in to comment.