From 64dbd520f00576650d066660985de623904d71e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joseph=20Y=C3=B8lk=20Chiocchi?= Date: Sat, 15 Sep 2018 14:07:26 -0500 Subject: [PATCH] 0.4.2 --- 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 f45493e..a6aa5d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "cloudformation-js-yaml-schema", - "version": "0.3.11", + "version": "0.4.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ff20783..5e1575b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cloudformation-js-yaml-schema", - "version": "0.3.11", + "version": "0.4.2", "description": "Schema to ignore CloudFormation YAML local tags while parsing or dumping", "main": "index.js", "types": "index.d.ts",