Skip to content

Commit

Permalink
Publish 0.0.3 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
itowlson authored Aug 4, 2019
1 parent 5f4ab7e commit 37931e5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 37931e5

Please sign in to comment.