Skip to content

Commit

Permalink
Merge branch 'jakejrichards-master'
Browse files Browse the repository at this point in the history
  • Loading branch information
mdlavin committed Jan 7, 2019
2 parents ef260b5 + 15e8c18 commit 9b3edc9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v2.0.0

- Adopt snappy 6.x
- Update int64-native to 0.5
- Drop support for node 0.10 & 0.12

## v1.0.0

- Adopt snappy 5.x
Expand Down
6 changes: 3 additions & 3 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 @@ -26,9 +26,9 @@
},
"dependencies": {
"buffer-crc32": "^0.2.5",
"int64-native": "^0.4.0",
"int64-native": "^0.5.0",
"lodash": "^2.4.1",
"snappy": "^5.0.5"
"snappy": "^6.1.1"
},
"devDependencies": {
"mocha": "^3.1.0",
Expand Down

0 comments on commit 9b3edc9

Please sign in to comment.