Skip to content

Commit 4a75d7a

Browse files
committed
Upgrade change-log to v1.7.1
1 parent c6d7939 commit 4a75d7a

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1111
### Minor
1212

1313
### Patch
14+
- Upgrade change-log to v1.7.1
1415

1516
## [v2.5.0] - 2017-08-18
1617

@@ -150,7 +151,8 @@ an error does not prevent all errors and values from being returned
150151
### Major
151152
- Initial release
152153

153-
[Unreleased]: https://github.com/majgis/catchify/compare/v2.5.0...master
154+
[Unreleased]: https://github.com/majgis/catchify/compare/v2.5.1...master
155+
[v2.5.1]: https://github.com/majgis/catchify/compare/v2.5.0...v2.5.1
154156
[v2.5.0]: https://github.com/majgis/catchify/compare/v2.4.2...v2.5.0
155157
[v2.4.2]: https://github.com/majgis/catchify/compare/v2.4.1...v2.4.2
156158
[v2.4.1]: https://github.com/majgis/catchify/compare/v2.4.0...v2.4.1

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"dependencies": {},
1919
"devDependencies": {
2020
"ava": "^0.22.0",
21-
"change-log": "^1.7.0",
21+
"change-log": "^1.7.1",
2222
"semistandard": "^11.0.0"
2323
},
2424
"repository": {

yarn.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -754,9 +754,9 @@ chalk@^2.0.1:
754754
escape-string-regexp "^1.0.5"
755755
supports-color "^4.0.0"
756756

757-
change-log@^1.7.0:
758-
version "1.7.0"
759-
resolved "https://registry.yarnpkg.com/change-log/-/change-log-1.7.0.tgz#86cb69f7a4110f1a90909e78bdf0c5a07197ca5f"
757+
change-log@^1.7.1:
758+
version "1.7.1"
759+
resolved "https://registry.yarnpkg.com/change-log/-/change-log-1.7.1.tgz#cac7b3f83a7eff60f20d951181e84e2b06f9e2c8"
760760
dependencies:
761761
async "^2.1.2"
762762
async-args "^1.4.4"

0 commit comments

Comments
 (0)