Prepare next release

pull/3/head
Daniel García Aubert 6 years ago
parent 01ab20fce2
commit a27bd1fd8f

@ -1,5 +1,13 @@
# CARTO's Changelog
## v1.2.0-carto.3
Released 2018-mm-dd
Features:
* Drop support for Node.js 0.12, 4 and, 5.
* Add support for Node.js 8 and 10.
* Do not use deprecated Buffer constructors.
## v1.2.0-carto.2
Released 2018-10-26

2
package-lock.json generated

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

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

Loading…
Cancel
Save