diff --git a/CHANGELOG.md b/CHANGELOG.md index 06d0e61..f16cf93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to the IBM® IMS™ Plug-in for Zowe CLI will be documented in this file. +## Recent Changes + +- BugFix: Add missing npm-shrinkwrap + ## `3.0.0` - Major: Updated for V2 compatibility. See the prerelease items below for more details. diff --git a/package.json b/package.json index 71a45d0..3cf91f6 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,8 @@ }, "main": "lib/index.js", "files": [ - "lib" + "lib", + "npm-shrinkwrap.json" ], "publishConfig": { "registry": "https://zowe.jfrog.io/zowe/api/npm/npm-local-release/"