Skip to content

Commit

Permalink
bump major version
Browse files Browse the repository at this point in the history
  • Loading branch information
revmischa committed Apr 21, 2023
1 parent 3680304 commit fd43b01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
prettier: true,
// ignorePatterns: ['assets/**/*']
},
majorVersion: 2,
majorVersion: 3,
// prerelease: 'pre',

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

0 comments on commit fd43b01

Please sign in to comment.