Skip to content

Commit

Permalink
feat!: Major version bump to v2.0.0 - Breaking changes introduced
Browse files Browse the repository at this point in the history
- Rename repository.
- Modified RuleGroup to Construct with props argument changed.

Migration Guide:
- Refer to the updated documentation for migration steps and new API usage.
- Review the changelog for detailed information on breaking changes and deprecated features.
  • Loading branch information
yicr committed Dec 23, 2024
1 parent 0e0ec35 commit c241557
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .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.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
defaultReleaseBranch: 'main',
name: '@gammarers/aws-waf-ip-restrict-rule',
description: 'This is an AWS CDK Construct for IP Restriction Rule on WAF V2',
majorVersion: 1,
majorVersion: 2,
projenrcTs: true,
repositoryUrl: 'https://github.com/gammarers/aws-waf-ip-restrict-rule.git',
npmAccess: javascript.NpmAccess.PUBLIC,
Expand Down

0 comments on commit c241557

Please sign in to comment.