diff --git a/SECURITY.md b/SECURITY.md index c4beea8..c726ef5 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -11,7 +11,7 @@ security updates. | Version | Supported | | ------- | --------- | -| 1.2.0 | yes | +| 1.2.x | yes | | < 1.2.0 | no | diff --git a/package-lock.json b/package-lock.json index 1fc80c8..b2ae7cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@typescriptlibs/amd", - "version": "1.2.1", + "version": "1.2.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@typescriptlibs/amd", - "version": "1.2.1", + "version": "1.2.2", "license": "MIT", "bin": { "install-amd": "bin/install-amd.mjs" diff --git a/package.json b/package.json index c9c2106..e79c764 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "license": "MIT", "name": "@typescriptlibs/amd", "type": "module", - "version": "1.2.1", + "version": "1.2.2", "main": "lib/amd.js", "types": "lib/amd.d.ts", "bugs": "https://github.com/typescriptlibs/amd/issues",