1 Commits

Author SHA1 Message Date
Daniel García Aubert
5ff2cf6746 Stubs next version 2018-11-21 18:13:03 +01:00
3 changed files with 5 additions and 2 deletions

View File

@@ -1,5 +1,8 @@
# CARTO's Changelog
## v1.2.0-carto.4
Released 2018-mm-dd
## v1.2.0-carto.3
Released 2018-11-21

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "pg-copy-streams",
"version": "1.2.0-carto.3",
"version": "1.2.0-carto.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "pg-copy-streams",
"version": "1.2.0-carto.3",
"version": "1.2.0-carto.4",
"description": "Low-Level COPY TO and COPY FROM streams for PostgreSQL in JavaScript using",
"main": "index.js",
"scripts": {