Browse Source

Preparing for new version.

Eugene Lazutkin 5 years ago
parent
commit
e3dd0ec8ba
3 changed files with 3 additions and 2 deletions
  1. 1 0
      README.md
  2. 1 1
      package-lock.json
  3. 1 1
      package.json

+ 1 - 0
README.md

@@ -324,6 +324,7 @@ Following static methods are available:
 
 ## Release History
 
+- 2.2.2 *Technical release. No need to upgrade.*
 - 2.2.1 *Technical release: new symbols namespace, explicit license (thx [Keen Yee Liau](https://github.com/kyliau)), added Greenkeeper.*
 - 2.2.0 *Added utilities: `take`, `takeWhile`, `skip`, `skipWhile`, `fold`, `scan`, `Reduce`, `comp`.*
 - 2.1.0 *Added simple transducers, dropped Node 6.*

+ 1 - 1
package-lock.json

@@ -1,6 +1,6 @@
 {
   "name": "stream-chain",
-  "version": "2.2.1",
+  "version": "2.2.2",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "stream-chain",
-  "version": "2.2.1",
+  "version": "2.2.2",
   "description": "Chain functions as transform streams.",
   "main": "index.js",
   "scripts": {