Skip to content

Commit 7af02eb

Browse files
authored
Merge pull request #587 from sundersc/major-bump
feat: major version bump
2 parents fc778cb + 5b62f74 commit 7af02eb

File tree

2 files changed

+2
-1
lines changed
  • packages

2 files changed

+2
-1
lines changed

packages/amplify-codegen/src/errors/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ class AmplifyCodeGenNoProjectAvailableError extends Error {}
55

66
class AmplifyCodeGenAPINotFoundError extends Error {}
77
class AmplifyCodeGenAPIPendingPush extends Error {}
8+
89
module.exports = {
910
AmplifyCodeGenNotSupportedError,
1011
AmplifyCodeGenNoAppSyncAPIAvailableError,

packages/graphql-docs-generator/src/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import * as yargs from 'yargs';
22
import { logError } from './logger';
33
import { generateGraphQLDocuments } from './index';
44

5-
// / Make sure unhandled errors in async code are propagated correctly
5+
// Make sure unhandled errors in async code are propagated correctly
66
process.on('unhandledRejection', error => {
77
throw error;
88
});

0 commit comments

Comments
 (0)