Stubs next version

This commit is contained in:
Daniel García Aubert 2018-11-21 18:13:03 +01:00
parent 94c8d89aba
commit 5ff2cf6746
3 changed files with 5 additions and 2 deletions

View File

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

2
package-lock.json generated
View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "pg-copy-streams", "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", "description": "Low-Level COPY TO and COPY FROM streams for PostgreSQL in JavaScript using",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {