Skip to content

Commit 37d45d6

Browse files
committed
Update for v0.7.0
1 parent a790e5b commit 37d45d6

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.7.0
4+
5+
* Add `ExchangeConfig` type [#230](https://github.com/SalesforceCommerceCloud/raml-toolkit/pull/230)
6+
* Update `search` function to pull latest versions of APIs and multiple versions of APIs [#231](https://github.com/SalesforceCommerceCloud/raml-toolkit/pull/231)
7+
* Add `flags` argument to `generateFromOas` function [#232](https://github.com/SalesforceCommerceCloud/raml-toolkit/pull/232)
8+
* Update `diff` command to work with multiple versions of the same API [#233](https://github.com/SalesforceCommerceCloud/raml-toolkit/pull/233)
9+
310
## 0.6.0
411

512
* Added support for OAS files:

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.6.0",
3+
"version": "0.7.0",
44
"description": "",
55
"keywords": [
66
"oclif",

0 commit comments

Comments
 (0)