Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## 0.6.0

* Added support for OAS files:
* Generate command: `raml-toolkit generate`
* Diff command: `raml-toolkit diff <BASE> <NEW> -s oas`
* Download command: `raml-toolkit-download`

## 0.5.12

* Fix bug by deprecating `deployment` argument from exchange downloader `search` command the argument is now optional and ignored.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commerce-apps/raml-toolkit",
"version": "0.5.12",
"version": "0.6.0",
"description": "",
"keywords": [
"oclif",
Expand Down