Release 1.19.0

This commit is contained in:
Raul Ochoa
2014-10-14 15:12:17 +02:00
parent 9782cbae35
commit 0b67eed92f
3 changed files with 9 additions and 3 deletions
+3 -1
View File
@@ -1,7 +1,9 @@
1.18.3 -- 2014-mm-dd
1.19.0 -- 2014-10-14
--------------------
Announcements:
- Dropping support for npm <1.2.1
npm-shrinkwrap.json is incompatible when generated with npm >=1.2.1 and consumed by npm <1.2.1
- Upgrades windshaft to 0.28.2
- Generates npm-shrinkwrap.json with npm >1.2.0
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "windshaft-cartodb",
"version": "1.18.3",
"version": "1.19.0",
"dependencies": {
"cartodb-psql": {
"version": "0.4.0",
+5 -1
View File
@@ -1,7 +1,7 @@
{
"private": true,
"name": "windshaft-cartodb",
"version": "1.18.3",
"version": "1.19.0",
"description": "A map tile server for CartoDB",
"keywords": [
"cartodb"
@@ -43,5 +43,9 @@
},
"scripts": {
"test": "make check"
},
"engines": {
"node": ">=0.8 <0.11",
"npm": ">=1.2.1"
}
}