From 901475713f1612f25006404d3d0d3cb7497484cd Mon Sep 17 00:00:00 2001 From: Joseph Chiocchi Date: Thu, 3 May 2018 13:16:58 -0500 Subject: [PATCH] 0.3.6 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7e3610a..6f74eb6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "cloudformation-js-yaml-schema", - "version": "0.3.5", + "version": "0.3.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 606518a..fe9368b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cloudformation-js-yaml-schema", - "version": "0.3.5", + "version": "0.3.6", "description": "Schema to ignore CloudFormation YAML local tags while parsing or dumping", "main": "index.js", "scripts": {