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. 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 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",