Skip to content

Commit

Permalink
Release 1.1.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pcholakov committed Sep 3, 2024
1 parent 1e1194d commit 0cdb7d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@restatedev/restate-cdk",
"description": "Restate.dev CDK constructs",
"version": "1.0.1",
"version": "1.1.0-rc.1",
"author": "Restate Developers",
"license": "MIT",
"email": "[email protected]",
Expand All @@ -16,6 +16,7 @@
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc --noEmitOnError",
"check": "npm run build && npm run lint && npm run test",
"prebundle": "rm -rf dist",
"postbundle": "cd dist && zip -r index.zip index.js*",
"watch": "tsc -w",
Expand Down

0 comments on commit 0cdb7d5

Please sign in to comment.