Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions .github/SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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.
2 changes: 0 additions & 2 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down