diff --git a/deno.json b/deno.json index d559adb..756c759 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@rdtlabs/ts-utils", - "version": "0.2.38", + "version": "0.2.39", "exports": { ".": "./src/index.ts", "./async": "./src/async/index.ts", diff --git a/package.json b/package.json index ce5df71..06984ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rdt-utils", - "version": "0.2.38", + "version": "0.2.39", "description": "Library of typescript utilities", "main": "./dist/index.js", "types": "./dist/index.d.ts", @@ -53,7 +53,4 @@ "rel:major": "npm version major && npm run build && npm pack && npm publish --access public", "help": "tsup --help" } -} - - -// gh release create v0.2.38 .\rdt-utils-0.2.38.tgz --"minor notes updates, version update", +} \ No newline at end of file