From 37931e51bdcf2e871677151a9eb1da885b5d878b Mon Sep 17 00:00:00 2001 From: itowlson Date: Mon, 5 Aug 2019 10:33:14 +1200 Subject: [PATCH] Publish 0.0.3 (#7) --- CHANGELOG.md | 11 ++++++++++- package.json | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce0ca0c..9100913 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 0.0.3 + +* Added which parameters apply to a given action +* Fixed overly permissive parameter validation + +## 0.0.2 + +* Added parameter validation + ## 0.0.1 -Work in progress +* CNAB WD schema diff --git a/package.json b/package.json index e76a0a8..3b3e7cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cnabjs", - "version": "0.0.2", + "version": "0.0.3", "description": "A library for loading and working with CNAB (Cloud Native Application Bundle) manifests", "main": "js/ts/index.js", "types": "js/ts/index.d.ts",