Skip to content

Commit

Permalink
2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
revmischa committed Dec 17, 2022
1 parent bb8ec5f commit 0b3f156
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml

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

3 changes: 1 addition & 2 deletions .projen/tasks.json

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

2 changes: 1 addition & 1 deletion .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
// ignorePatterns: ['assets/**/*']
},
majorVersion: 2,
prerelease: 'pre',
// prerelease: 'pre',

tsconfig: { compilerOptions: { noUnusedLocals: false }, include: ['assets/**/*.ts'] },
tsconfigDev: { compilerOptions: { noUnusedLocals: false } },
Expand Down

0 comments on commit 0b3f156

Please sign in to comment.