Skip to content

Commit

Permalink
bumping to major version 2
Browse files Browse the repository at this point in the history
  • Loading branch information
mbonig committed Nov 15, 2023
1 parent 312f29b commit b1be778
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .projen/tasks.json

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

1 change: 1 addition & 0 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ const project = new AwsCdkConstructLibrary({
license: 'MIT',
buildWorkflow: true,
release: true,
majorVersion: 2,
});

const ignores = ['.idea/', '.parcel-cache/', 'cdk.out/', '.cdk.staging/'];
Expand Down

0 comments on commit b1be778

Please sign in to comment.