Skip to content

Commit 35848b0

Browse files
Release v0.6.0 (#229)
1 parent 4836f21 commit 35848b0

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# CHANGELOG
22

3+
## 0.6.0
4+
5+
* Added support for OAS files:
6+
* Generate command: `raml-toolkit generate`
7+
* Diff command: `raml-toolkit diff <BASE> <NEW> -s oas`
8+
* Download command: `raml-toolkit-download`
9+
310
## 0.5.12
411

512
* Fix bug by deprecating `deployment` argument from exchange downloader `search` command the argument is now optional and ignored.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commerce-apps/raml-toolkit",
3-
"version": "0.5.12",
3+
"version": "0.6.0",
44
"description": "",
55
"keywords": [
66
"oclif",

0 commit comments

Comments
 (0)