Skip to content
This repository was archived by the owner on Jan 29, 2026. It is now read-only.

Commit d80a3d1

Browse files
authored
Merge pull request #18 from SqueezerIO/v1.1.7
V1.1.7
2 parents 9d62142 + 66e135a commit d80a3d1

5 files changed

Lines changed: 10 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v1.1.6 - 2017-05-02
2+
- updated typo errors
3+
- updated README header picture
4+
15
## v1.1.6 - 2017-05-02
26
- mising project type property on project's creation
37

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
## What is Squeezer ?
77

8-
Squeezer it's a framework designed to help developers to get a better architecture on serverless
8+
Squeezer is a framework designed to help developers to get a better architecture on serverless
99
zero-administration compute platforms where code runs on the top of
1010
[microservices](https://en.wikipedia.org/wiki/Microservices) clouds like
1111
[AWS Lambda](https://aws.amazon.com/documentation/lambda/) , [Azure Functions](https://azure.microsoft.com/en-us/services/functions/) , [IBM OpenWhisk](https://developer.ibm.com/openwhisk/) & [Google Functions](https://cloud.google.com/functions/)
-11.5 KB
Loading

docs/gitbook/js/framework.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11

2-
window.frameworkVersion = '1.1.0';
3-
window.frameworkVersionReleaseDate = '2017-04-29';
2+
window.frameworkVersion = '1.1.6';
3+
window.frameworkVersionReleaseDate = '2017-05-02';

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "squeezer-cli",
3-
"version": "1.1.6",
3+
"version": "1.1.7",
44
"preferGlobal": true,
5-
"description": "Event-driven APIs & Web apps on microservices ... serverless ! Squeezer it's 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/) .",
5+
"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/) .",
66
"homepage": "http://squeezer.io/",
77
"bin": {
88
"sqz": "bin/bin.js",
@@ -51,7 +51,7 @@
5151
"eslint": "eslint . --cache",
5252
"jsinspect": "jsinspect -t 30 -i ./cli/ ./lib/ ./test/ --ignore ./lib/plugins/serve/public",
5353
"gendocs": "rm -rf `pwd`/docs/README.md && ln -s `pwd`/README.md `pwd`/docs/README.md && rm -rf `pwd`/docs/docs/gitbook && mkdir -p `pwd`/docs/docs && ln -s `pwd`/docs/gitbook `pwd`/docs/docs/gitbook && gulp gen-classes-docs && node tasks/genCliDocs && node tasks/genFrameworkInfo.js && cd docs && gitbook build",
54-
"publishdocs": "rm -rf /tmp/_book && cp -r docs/_book /tmp/_book && rm -rf /tmp/squeezer-cli && git clone git@github.com:SqueezerIO/squeezer-cli.git /tmp/squeezer-cli && cd /tmp/squeezer-cli && git checkout gh-pages && rsync -a /tmp/_book/* . && git add . && git commit -m 'docs update' && git push"
54+
"publishdocs": "aws s3 sync docs/_book s3://docs.squeezer.io/ --profile squeezer"
5555
},
5656
"contributors": [
5757
{

0 commit comments

Comments
 (0)