Skip to content

Commit

Permalink
chore(release): set package.json to 0.0.1-alpha.8 [skip ci]
Browse files Browse the repository at this point in the history
## [0.0.1-alpha.8](v0.0.1-alpha.7...v0.0.1-alpha.8) (2021-12-09)

### Bug Fixes

* **transformaiton:** make import and validation summary required in response ([e8778cf](e8778cf))
  • Loading branch information
semantic-release-bot committed Dec 9, 2021
1 parent 853ef3f commit ebebbf5
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 14 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.0.1-alpha.8](https://github.com/apimatic/apimatic-sdk-for-js/compare/v0.0.1-alpha.7...v0.0.1-alpha.8) (2021-12-09)


### Bug Fixes

* **transformaiton:** make import and validation summary required in response ([e8778cf](https://github.com/apimatic/apimatic-sdk-for-js/commit/e8778cfa62d04e714108f029f5d0a24cf325ebf0))

## [0.0.1-alpha.7](https://github.com/apimatic/apimatic-sdk-for-js/compare/v0.0.1-alpha.6...v0.0.1-alpha.7) (2021-12-08)


Expand Down
4 changes: 2 additions & 2 deletions dist/models/transformation.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export interface Transformation {
codeGenVersion: string;
/** Successful Transformation Flag */
success: boolean;
importSummary?: ApiValidationSummary;
apiValidationSummary?: ApiValidationSummary;
importSummary: ApiValidationSummary;
apiValidationSummary: ApiValidationSummary;
}
export declare const transformationSchema: Schema<Transformation>;
8 changes: 4 additions & 4 deletions dist/sdk.cjs.development.js

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

2 changes: 1 addition & 1 deletion dist/sdk.cjs.development.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/sdk.cjs.production.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/sdk.cjs.production.min.js.map

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/sdk.esm.js

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

2 changes: 1 addition & 1 deletion dist/sdk.esm.js.map

Large diffs are not rendered by default.

0 comments on commit ebebbf5

Please sign in to comment.