File tree Expand file tree Collapse file tree 3 files changed +8
-9
lines changed Expand file tree Collapse file tree 3 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Supported Versions
4
4
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 |
9
10
10
11
## Reporting a Vulnerability
11
12
@@ -18,5 +19,5 @@ managers.
18
19
19
20
## Contacts
20
21
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 .
Original file line number Diff line number Diff line change 32
32
- uses : JS-DevTools/npm-publish@v1
33
33
with :
34
34
token : ${{ secrets.NPM_TOKEN }}
35
- # TODO: remove the dry run declaration after testing CD doesn't throw
36
- dry-run : true
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-p5-wrapper" ,
3
- "version" : " 3.4 .0" ,
3
+ "version" : " 4.0 .0" ,
4
4
"description" : " A wrapper component that allows you to utilise P5 sketches within React apps." ,
5
5
"homepage" : " https://github.com/P5-wrapper/react" ,
6
6
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments