Przeglądaj źródła

New version: 2.2.1.

Eugene Lazutkin 6 lat temu
rodzic
commit
e0a041ec0b
3 zmienionych plików z 7 dodań i 5 usunięć
  1. 5 3
      README.md
  2. 1 1
      package-lock.json
  3. 1 1
      package.json

Plik diff jest za duży
+ 5 - 3
README.md


+ 1 - 1
package-lock.json

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

+ 1 - 1
package.json

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