From 3cc4d893ce363b385fa63a1fc4a9ff34a5848b4a Mon Sep 17 00:00:00 2001 From: James Robb <47126579+jamesrweb@users.noreply.github.com> Date: Sun, 22 Jan 2023 02:51:18 +0100 Subject: [PATCH 1/3] Update security + support documentation --- .github/SECURITY.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/SECURITY.md b/.github/SECURITY.md index 36a6f40..c5c704c 100644 --- a/.github/SECURITY.md +++ b/.github/SECURITY.md @@ -2,10 +2,11 @@ ## Supported Versions -| Version | Supported | -| ------- | ------------------ | -| > 3.0.0 | :white_check_mark: | -| < 3.0.0 | :x: | +| Version | Supported | Supported Until | +| ------- | ------------------ | ----------------------------- | +| > 4.0.0 | :white_check_mark: | Next major version + 6 months | +| > 3.0.0 | :white_check_mark: | 01.06.22 | +| < 3.0.0 | :x: | N / A | ## Reporting a Vulnerability @@ -18,5 +19,5 @@ managers. ## Contacts -If you need to reach out regarding a security issue that is urgent then you can -reach out to either @yevdyko or @jamesrweb. +If you need to reach out regarding a security issue that is critically urgent +then you can reach out directly to @jamesrweb. From 0bd43f1f61d7ad949e9b47a94f80355bbaa09362 Mon Sep 17 00:00:00 2001 From: James Robb <47126579+jamesrweb@users.noreply.github.com> Date: Sun, 22 Jan 2023 03:01:19 +0100 Subject: [PATCH 2/3] Allow automated NPM Releases as part of the CD process --- .github/workflows/CD.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/CD.yml b/.github/workflows/CD.yml index 6b66914..e705510 100644 --- a/.github/workflows/CD.yml +++ b/.github/workflows/CD.yml @@ -32,5 +32,3 @@ jobs: - uses: JS-DevTools/npm-publish@v1 with: token: ${{ secrets.NPM_TOKEN }} - # TODO: remove the dry run declaration after testing CD doesn't throw - dry-run: true From 95a54d9fab8b60fead475cb60660b02e578e296b Mon Sep 17 00:00:00 2001 From: James Robb <47126579+jamesrweb@users.noreply.github.com> Date: Sun, 22 Jan 2023 03:03:17 +0100 Subject: [PATCH 3/3] 4.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index eb0fec9..4bc7200 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-p5-wrapper", - "version": "3.4.0", + "version": "4.0.0", "description": "A wrapper component that allows you to utilise P5 sketches within React apps.", "homepage": "https://github.com/P5-wrapper/react", "license": "MIT",