diff --git a/CHANGELOG.md b/CHANGELOG.md index b71c386..16276f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to the IBM® MQ Plug-in for Zowe CLI will be documented in this file. +## Recent Changes + +- BugFix: Add missing npm-shrinkwrap + ## `3.0.1` - BugFix: Fixed GitHub repository URL in package.json. diff --git a/package.json b/package.json index 889168a..533efd3 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,8 @@ }, "main": "lib/index.js", "files": [ - "lib" + "lib", + "npm-shrinkwrap.json" ], "publishConfig": { "registry": "https://zowe.jfrog.io/zowe/api/npm/npm-local-release/"