diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c0d5542 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +node_modules +test/.test_artifacts diff --git a/ChangeLog b/CHANGES.md similarity index 61% rename from ChangeLog rename to CHANGES.md index 8847dba..6284790 100644 --- a/ChangeLog +++ b/CHANGES.md @@ -1,3 +1,11 @@ +2014-08-05, Version 0.1.2 +========================= + + * Update package license to match LICENSE.md (Sam Roberts) + + * package: add .gitignore file (Sam Roberts) + + 2014-07-21, Version 0.1.1 * Fix silent exit when run from non git repo (Krishna Raman) diff --git a/package.json b/package.json index c49f61a..52414bd 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,14 @@ { "name": "strong-deploy", "description": "Deploy a node application to a StrongLoop process manager", - "version": "0.1.1", + "version": "0.1.2", "repository": { "type": "git", "url": "git://github.com/strongloop/strong-deploy.git" }, "author": "Krishna Raman ", "license": { - "name": "Dual MIT/StrongLoop", + "name": "Dual Artistic/StrongLoop", "url": "https://github.com/strongloop/strong-deploy/blob/master/LICENSE.md" }, "readmeFilename": "README.md",