diff options
Diffstat (limited to 'deps/npm/node_modules/read-package-json/CHANGELOG.md')
-rw-r--r-- | deps/npm/node_modules/read-package-json/CHANGELOG.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/deps/npm/node_modules/read-package-json/CHANGELOG.md b/deps/npm/node_modules/read-package-json/CHANGELOG.md new file mode 100644 index 0000000000..25e9896cec --- /dev/null +++ b/deps/npm/node_modules/read-package-json/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +<a name="2.0.13"></a> +## [2.0.13](https://github.com/npm/read-package-json/compare/v2.0.12...v2.0.13) (2018-03-08) + + +### Bug Fixes + +* **git:** support git packed refs --all mode ([#77](https://github.com/npm/read-package-json/issues/77)) ([1869940](https://github.com/npm/read-package-json/commit/1869940)) |