Skip to content

Commit

Permalink
feat: aws-cdk-lib is now stable!
Browse files Browse the repository at this point in the history
The aws-cdk-lib library is now stable and ready for the production V2 launch.
  • Loading branch information
njlynch committed Nov 29, 2021
1 parent 336ff5e commit fa2ecc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/aws-cdk-lib/package.json
Original file line number Diff line number Diff line change
@@ -9,8 +9,8 @@
"url": "https://github.com/aws/aws-cdk.git",
"directory": "packages/aws-cdk-lib"
},
"stability": "experimental",
"maturity": "developer-preview",
"stability": "stable",
"maturity": "stable",
"scripts": {
"gen": "ubergen",
"build": "cdk-build",

0 comments on commit fa2ecc9

Please sign in to comment.