Skip to content

Commit 4f3cbb1

Browse files
authored
Merge pull request #159 from JupiterOne/v2.0.0
V2.0.0
2 parents 38685eb + 7a23f6e commit 4f3cbb1

3 files changed

Lines changed: 19 additions & 12 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,14 @@ on: [push, pull_request]
33

44
jobs:
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
@@ -32,10 +27,6 @@ jobs:
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

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff 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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)