From 7a08860265a3ab58ac63f142ca4b1a0a32b7c22d Mon Sep 17 00:00:00 2001 From: Nick Chisiu Date: Fri, 12 May 2017 20:37:47 +0300 Subject: [PATCH] updated npmjs img src issues --- CHANGELOG.md | 3 +++ README.md | 7 +++---- docs/gitbook/js/framework.js | 4 ++-- package.json | 2 +- 4 files changed, 9 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4149de0..ffd9e2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## v1.1.12 - 2017-05-12 +- npm issues on listing html images + ## v1.1.11 - 2017-05-12 - changed gitter from https to http link diff --git a/README.md b/README.md index feb3a02..cee2edf 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ -Squeezer Intro +![Squeezer Intro](docs/gitbook/images/introduction.png) - -Watch video +## [Watch video](https://www.youtube.com/watch?v=DfRnJOZvtJg&t=3s) ### Framework : [squeezer.io](https://squeezer.io) ### Docs : [docs.squeezer.io](https://docs.squeezer.io) @@ -9,7 +8,7 @@ [![Join the chat at https://gitter.im/SqueezerIO/squeezer](https://badges.gitter.im/SqueezerIO/squeezer.svg)](https://gitter.im/SqueezerIO/squeezer?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) -Quick Getting Started +![Quick Getting Started](docs/gitbook/images/getting-started-tutorial-quick.gif) ## What is Squeezer ? diff --git a/docs/gitbook/js/framework.js b/docs/gitbook/js/framework.js index 21ee3a1..956134a 100644 --- a/docs/gitbook/js/framework.js +++ b/docs/gitbook/js/framework.js @@ -1,3 +1,3 @@ -window.frameworkVersion = '1.1.8'; -window.frameworkVersionReleaseDate = '2017-05-02'; +window.frameworkVersion = '1.1.11'; +window.frameworkVersionReleaseDate = '2017-05-12'; diff --git a/package.json b/package.json index 58a7827..b60ab5b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "squeezer-cli", - "version": "1.1.11", + "version": "1.1.12", "preferGlobal": true, "description": "Event-driven APIs & Web apps on microservices ... serverless ! Squeezer is a framework designed to help 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": "https://squeezer.io/",