diff --git a/.changeset/funny-goats-crash.md b/.changeset/funny-goats-crash.md deleted file mode 100644 index cadb718d..00000000 --- a/.changeset/funny-goats-crash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nodesecure/npm-types": patch ---- - -fix package.json Node.js type by replacing literal value script with commonjs diff --git a/workspaces/npm-types/CHANGELOG.md b/workspaces/npm-types/CHANGELOG.md new file mode 100644 index 00000000..1f8fe7ac --- /dev/null +++ b/workspaces/npm-types/CHANGELOG.md @@ -0,0 +1,7 @@ +# @nodesecure/npm-types + +## 1.2.1 + +### Patch Changes + +- [#393](https://github.com/NodeSecure/scanner/pull/393) [`0e37b73`](https://github.com/NodeSecure/scanner/commit/0e37b734181f737f20216fce5f7495460b5abb6b) Thanks [@fraxken](https://github.com/fraxken)! - fix package.json Node.js type by replacing literal value script with commonjs diff --git a/workspaces/npm-types/package.json b/workspaces/npm-types/package.json index 451e7bbc..2aaeef1c 100644 --- a/workspaces/npm-types/package.json +++ b/workspaces/npm-types/package.json @@ -1,6 +1,6 @@ { "name": "@nodesecure/npm-types", - "version": "1.2.0", + "version": "1.2.1", "description": "Up to date typescript definitions for npm registry content", "types": "./src/index.d.ts", "exports": "./src/index.d.ts",