Skip to content

Commit

Permalink
Merge pull request #24 from SqueezerIO/v1.1.9
Browse files Browse the repository at this point in the history
added gitter chat support
  • Loading branch information
nickchisiu authored May 8, 2017
2 parents 5be32ed + a03b159 commit 826f960
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v1.1.9 - 2017-05-08
- added Gitter chat support

## v1.1.8 - 2017-05-02
- error on README create new project error

Expand Down
2 changes: 1 addition & 1 deletion lib/common/cli/error/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class Error {

msg +=
`### Docs: ${colors.cyan('docs.squeezer.io')}\n` +
`### Bugs: ${colors.cyan('github.com/SqueezerIO/squeezer-cli/issues')}`;
`### Bugs: ${colors.cyan('github.com/SqueezerIO/squeezer/issues')}`;

if (noSqzError) {
msg += `${colors.red('\n\n### If you feel that this error it\'s ' +
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "squeezer-cli",
"version": "1.1.8",
"version": "1.1.9",
"preferGlobal": true,
"description": "Event-driven APIs & Web apps on microservices ... serverless ! Squeezer is a framework designed to help back-end developers to get a better architecture on serverless zero-administration compute platforms with code that runs into [microservices](https://en.wikipedia.org/wiki/Microservices) clouds like [AWS Lambda](https://aws.amazon.com/documentation/lambda/) , [Azure Functions](https://azure.microsoft.com/en-us/services/functions/) , [Google Cloud Functions](https://cloud.google.com/functions/docs/) and [IBM OpenWhisk](https://developer.ibm.com/openwhisk/) .",
"homepage": "http://squeezer.io/",
Expand Down Expand Up @@ -44,7 +44,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/SqueezerIO/squeezer-cli.git"
"url": "https://github.com/SqueezerIO/squeezer.git"
},
"scripts": {
"test": "mocha ./test/runner.js",
Expand Down

0 comments on commit 826f960

Please sign in to comment.