diff --git a/CHANGELOG.md b/CHANGELOG.md index e5c9455..57b3fce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,12 @@ and this project adheres to ## [Unreleased] +## [1.1.1] - 2022-01-05 + +### Fixed + +- Properly including questions file in NPM package. + ## [1.1.0] - 2022-01-05 ### Added diff --git a/package.json b/package.json index a0810b5..b02c0af 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,13 @@ { "name": "@jupiterone/graph-zoom", - "version": "1.1.0", + "version": "1.1.1", "description": "JupiterOne integration for ingesting data from Zoom", "license": "MPL-2.0", "main": "src/index.js", "types": "src/index.d.ts", "files": [ - "src" + "src", + "jupiterone" ], "publishConfig": { "access": "public" @@ -24,7 +25,7 @@ "test": "jest", "test:env": "LOAD_ENV=1 yarn test", "test:ci": "yarn lint && yarn type-check && yarn test", - "build": "tsc -p tsconfig.dist.json --declaration && cp README.md dist/README.md", + "build": "tsc -p tsconfig.dist.json --declaration && cp README.md dist/README.md && cp -r jupiterone/ dist/jupiterone/", "prepush": "yarn lint && yarn type-check && jest --changedSince main" }, "peerDependencies": {