PR #211 bumped the package version to 0.11.0 in package-lock.json, but PR #207 bumped the version to 0.11.0 in package.json. NPM already has version 0.11.0, so we need to bump to version 0.11.1 in both package.json and package-lock.json to push the new version to NPM.
PR #211 bumped the package version to 0.11.0 in
package-lock.json
, but PR #207 bumped the version to 0.11.0 inpackage.json
. NPM already has version 0.11.0, so we need to bump to version 0.11.1 in bothpackage.json
andpackage-lock.json
to push the new version to NPM.