Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
dex4er committed May 8, 2019
1 parent 81f6bfe commit 1d8d367
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog

## v2.0.1 2019-05-08

* Fix for README.

## v2.0.0 2019-05-08

* Breaking change: dropped support for Node 8.
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018 Piotr Roszatycki <piotr.roszatycki@gmail.com>
Copyright (c) 2018-2019 Piotr Roszatycki <piotr.roszatycki@gmail.com>

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -11,7 +11,7 @@ This is a wrapper for

## Requirements

This module requires ES6 with Node >= 6.
This module requires ES6 with Node >= 8.

## Installation

Expand Down Expand Up @@ -152,6 +152,6 @@ object doesn't exist.

## License

Copyright (c) 2018 Piotr Roszatycki <piotr.roszatycki@gmail.com>
Copyright (c) 2018-2019 Piotr Roszatycki <piotr.roszatycki@gmail.com>

[MIT](https://opensource.org/licenses/MIT)
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "fs-gzip-blob-storage",
"version": "2.0.0",
"version": "2.0.1",
"description": "Blob storage on filesystem, with gzip, streams and promises API",
"main": "lib/fs-gzip-blob-storage.js",
"typings": "lib/fs-gzip-blob-storage.d.ts",
Expand Down

0 comments on commit 1d8d367

Please sign in to comment.