Skip to content

Commit

Permalink
Merge pull request #159 from JupiterOne/v2.0.0
Browse files Browse the repository at this point in the history
V2.0.0
  • Loading branch information
Nick-NCSU authored May 13, 2024
2 parents 38685eb + 7a23f6e commit 4f3cbb1
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 12 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,14 @@ on: [push, pull_request]

jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
node-version: [18.x]
os: [ubuntu-latest]
runs-on: ubuntu-latest

steps:
- id: setup-node
name: Setup Node
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
node-version: 18.x

- name: Check out code repository source code
uses: actions/checkout@v2
Expand All @@ -32,10 +27,6 @@ jobs:
needs: test
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
strategy:
fail-fast: false
matrix:
node: [18]

steps:
- name: Setup Node
Expand Down
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,22 @@ and this project adheres to

## [Unreleased]

## [2.0.0] - 2024-05-13

- Removed the `ingestEntities` and `ingestCommitRange` methods

## [1.1.0] - 2024-02-15

- Added `abortSyncJob` and `publishEvents` methods

## [1.0.1] - 2023-10-26

- Improved error handling when calling `networkRequest`

## [1.0.0] - 2023-10-23

- Removed Cognito `authenticateUser` method

## [0.26.2] - 2022-04-05

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupiterone/jupiterone-client-nodejs",
"version": "1.1.0",
"version": "2.0.0",
"description": "A node.js client wrapper for JupiterOne public API",
"repository": {
"type": "git",
Expand Down

0 comments on commit 4f3cbb1

Please sign in to comment.