Skip to content

Commit

Permalink
feat: mark the construct as stable
Browse files Browse the repository at this point in the history
  • Loading branch information
aripalo committed Nov 22, 2024
1 parent ab4ba94 commit 15ef205
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .projenrc.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { awscdk, javascript, TextFile } from "projen";
import { awscdk, javascript, TextFile, cdk } from "projen";
import { WorkflowSteps } from "projen/lib/github";
import { JobPermission } from "projen/lib/github/workflows-model";

Expand All @@ -19,7 +19,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
projenrcTs: true,
jsiiVersion: "~5.5.0",
// Metadata
stability: "experimental",
stability: cdk.Stability.STABLE,
author: "Alma Media",
authorOrganization: true,
authorAddress: "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion package.json

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

0 comments on commit 15ef205

Please sign in to comment.