File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,19 +3,14 @@ on: [push, pull_request]
33
44jobs :
55 test :
6- runs-on : ${{ matrix.os }}
7- strategy :
8- fail-fast : false
9- matrix :
10- node-version : [18.x]
11- os : [ubuntu-latest]
6+ runs-on : ubuntu-latest
127
138 steps :
149 - id : setup-node
1510 name : Setup Node
1611 uses : actions/setup-node@v3
1712 with :
18- node-version : ${{ matrix.node-version }}
13+ node-version : 18.x
1914
2015 - name : Check out code repository source code
2116 uses : actions/checkout@v2
3227 needs : test
3328 runs-on : ubuntu-latest
3429 if : github.ref == 'refs/heads/main'
35- strategy :
36- fail-fast : false
37- matrix :
38- node : [18]
3930
4031 steps :
4132 - name : Setup Node
Original file line number Diff line number Diff line change @@ -8,6 +8,22 @@ and this project adheres to
88
99## [ Unreleased]
1010
11+ ## [ 2.0.0] - 2024-05-13
12+
13+ - Removed the ` ingestEntities ` and ` ingestCommitRange ` methods
14+
15+ ## [ 1.1.0] - 2024-02-15
16+
17+ - Added ` abortSyncJob ` and ` publishEvents ` methods
18+
19+ ## [ 1.0.1] - 2023-10-26
20+
21+ - Improved error handling when calling ` networkRequest `
22+
23+ ## [ 1.0.0] - 2023-10-23
24+
25+ - Removed Cognito ` authenticateUser ` method
26+
1127## [ 0.26.2] - 2022-04-05
1228
1329### Added
Original file line number Diff line number Diff line change 11{
22 "name" : " @jupiterone/jupiterone-client-nodejs" ,
3- "version" : " 1.1 .0" ,
3+ "version" : " 2.0 .0" ,
44 "description" : " A node.js client wrapper for JupiterOne public API" ,
55 "repository" : {
66 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments