From c229a48a71272589b24382edb41bba2e1e1fab72 Mon Sep 17 00:00:00 2001 From: sophiebremer <44302338+sophiebremer@users.noreply.github.com> Date: Sat, 29 Apr 2023 09:16:38 +0200 Subject: [PATCH] --- v1.2.2 --- --- SECURITY.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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",