Skip to content

Commit 4394805

Browse files
authored
Prepare version 4 release (#216)
* Update security + support documentation * Allow automated NPM Releases as part of the CD process * 4.0.0
1 parent 347b1f1 commit 4394805

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

.github/SECURITY.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22

33
## Supported Versions
44

5-
| Version | Supported |
6-
| ------- | ------------------ |
7-
| > 3.0.0 | :white_check_mark: |
8-
| < 3.0.0 | :x: |
5+
| Version | Supported | Supported Until |
6+
| ------- | ------------------ | ----------------------------- |
7+
| > 4.0.0 | :white_check_mark: | Next major version + 6 months |
8+
| > 3.0.0 | :white_check_mark: | 01.06.22 |
9+
| < 3.0.0 | :x: | N / A |
910

1011
## Reporting a Vulnerability
1112

@@ -18,5 +19,5 @@ managers.
1819

1920
## Contacts
2021

21-
If you need to reach out regarding a security issue that is urgent then you can
22-
reach out to either @yevdyko or @jamesrweb.
22+
If you need to reach out regarding a security issue that is critically urgent
23+
then you can reach out directly to @jamesrweb.

.github/workflows/CD.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,3 @@ jobs:
3232
- uses: JS-DevTools/npm-publish@v1
3333
with:
3434
token: ${{ secrets.NPM_TOKEN }}
35-
# TODO: remove the dry run declaration after testing CD doesn't throw
36-
dry-run: true

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-p5-wrapper",
3-
"version": "3.4.0",
3+
"version": "4.0.0",
44
"description": "A wrapper component that allows you to utilise P5 sketches within React apps.",
55
"homepage": "https://github.com/P5-wrapper/react",
66
"license": "MIT",

0 commit comments

Comments
 (0)