Skip to content

Commit

Permalink
Merge pull request #14052 from aws-amplify/bump-version
Browse files Browse the repository at this point in the history
feat: bump version
  • Loading branch information
Amplifiyer authored Dec 31, 2024
2 parents 5a0cdbf + 7cb8f88 commit 9571383
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/amplify-cli-npm/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ export const install = async (): Promise<void> => {
return binary.install();
};

// force version bump to 12.13.0
// force version bump to 12.14.0
2 changes: 1 addition & 1 deletion packages/amplify-cli/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -257,4 +257,4 @@ export const executeAmplifyCommand = async (context: Context): Promise<void> =>
}
};

// bump version to 12.13.0
// bump version to 12.14.0

0 comments on commit 9571383

Please sign in to comment.