Explorar o código

New version: 2.2.5.

Eugene Lazutkin %!s(int64=3) %!d(string=hai) anos
pai
achega
e0f515d1a3
Modificáronse 3 ficheiros con 5 adicións e 3 borrados
  1. 1 0
      README.md
  2. 3 2
      package-lock.json
  3. 1 1
      package.json

+ 1 - 0
README.md

@@ -317,6 +317,7 @@ Following static methods are available:
 
 
 ## Release History
 ## Release History
 
 
+- 2.2.5 *Relaxed the definition of a stream (thx [Rich Hodgkins](https://github.com/rhodgkins)).*
 - 2.2.4 *Bugfix: wrong `const`-ness in the async generator branch (thx [Patrick Pang](https://github.com/patrickpang)).*
 - 2.2.4 *Bugfix: wrong `const`-ness in the async generator branch (thx [Patrick Pang](https://github.com/patrickpang)).*
 - 2.2.3 *Technical release. No need to upgrade.*
 - 2.2.3 *Technical release. No need to upgrade.*
 - 2.2.2 *Technical release. No need to upgrade.*
 - 2.2.2 *Technical release. No need to upgrade.*

+ 3 - 2
package-lock.json

@@ -1,11 +1,12 @@
 {
 {
   "name": "stream-chain",
   "name": "stream-chain",
-  "version": "2.2.4",
+  "version": "2.2.5",
   "lockfileVersion": 2,
   "lockfileVersion": 2,
   "requires": true,
   "requires": true,
   "packages": {
   "packages": {
     "": {
     "": {
-      "version": "2.2.4",
+      "name": "stream-chain",
+      "version": "2.2.5",
       "license": "BSD-3-Clause",
       "license": "BSD-3-Clause",
       "devDependencies": {
       "devDependencies": {
         "heya-unit": "^0.3.0"
         "heya-unit": "^0.3.0"

+ 1 - 1
package.json

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