From 61442757f7c6d004147a9aec44114b106e0c95c9 Mon Sep 17 00:00:00 2001 From: sagie gur ari Date: Tue, 18 Apr 2017 05:29:45 +0000 Subject: [PATCH] updated docs --- .snyk | 4 ++-- README.md | 2 +- docs/CHANGELOG.md | 2 +- package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.snyk b/.snyk index 72f6055..b3eb80f 100644 --- a/.snyk +++ b/.snyk @@ -2,5 +2,5 @@ version: v1.5.0 ignore: 'npm:shelljs:20140723': - '* > shelljs': - reason: 'Managed internally' - expires: '2100-01-01T00:00:00.000Z' \ No newline at end of file + reason: 'Managed internally' + expires: '2100-01-01T00:00:00.000Z' diff --git a/README.md b/README.md index 243d810..f10a82c 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ See [contributing guide](.github/CONTRIBUTING.md) | Date | Version | Description | | ----------- | ------- | ----------- | -| 2017-04-18 | v1.0.31 | Maintenance | +| 2017-04-18 | v1.0.32 | Maintenance | | 2017-02-07 | v1.0.25 | Ability to generate minified js code | | 2017-01-13 | v1.0.24 | Maintenance | | 2016-07-26 | v0.1.2 | Add integration test via docker | diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index f619907..808ac40 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,6 +1,6 @@ | Date | Version | Description | | ----------- | ------- | ----------- | -| 2017-04-18 | v1.0.31 | Maintenance | +| 2017-04-18 | v1.0.32 | Maintenance | | 2017-02-07 | v1.0.25 | Ability to generate minified js code | | 2017-01-13 | v1.0.24 | Maintenance | | 2016-07-26 | v0.1.2 | Add integration test via docker | diff --git a/package.json b/package.json index 58b2eb8..af8b491 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-go-require", - "version": "1.0.31", + "version": "1.0.32", "description": "Load Google GO files as any javascript modules under nodeJS runtime.", "author": { "name": "Sagie Gur-Ari",