Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
randalf-sr committed Apr 18, 2024
1 parent 92a7c16 commit 38a8693
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rdt-utils",
"version": "0.2.29",
"version": "0.2.30",
"description": "Library of typescript utilities",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -47,7 +47,7 @@
"rel:patch": "npm version patch && npm run build && npm pack && npm publish --access public",
"rel:minor": "npm version minor && npm run build && npm pack && npm publish --access public",
"rel:major": "npm version major && npm run build && npm pack && npm publish --access public",
"github release": "gh release create v0.2.29 .\rdt-utils-0.2.29.tgz --notes \"version\"",
"github release": "gh release create v0.2.30 .\rdt-utils-0.2.30.tgz --notes \"Flowable and Connectable (e.g. a flowable with a deferred input)\"",
"help": "tsup --help"
}
}

0 comments on commit 38a8693

Please sign in to comment.