File tree 3 files changed +7
-5
lines changed
3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
11
11
### Minor
12
12
13
13
### Patch
14
+ - Upgrade change-log to v1.7.1
14
15
15
16
## [ v2.5.0] - 2017-08-18
16
17
@@ -150,7 +151,8 @@ an error does not prevent all errors and values from being returned
150
151
### Major
151
152
- Initial release
152
153
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
154
156
[ v2.5.0 ] : https://github.com/majgis/catchify/compare/v2.4.2...v2.5.0
155
157
[ v2.4.2 ] : https://github.com/majgis/catchify/compare/v2.4.1...v2.4.2
156
158
[ v2.4.1 ] : https://github.com/majgis/catchify/compare/v2.4.0...v2.4.1
Original file line number Diff line number Diff line change 18
18
"dependencies" : {},
19
19
"devDependencies" : {
20
20
"ava" : " ^0.22.0" ,
21
- "change-log" : " ^1.7.0 " ,
21
+ "change-log" : " ^1.7.1 " ,
22
22
"semistandard" : " ^11.0.0"
23
23
},
24
24
"repository" : {
Original file line number Diff line number Diff line change @@ -754,9 +754,9 @@ chalk@^2.0.1:
754
754
escape-string-regexp "^1.0.5"
755
755
supports-color "^4.0.0"
756
756
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 "
760
760
dependencies :
761
761
async "^2.1.2"
762
762
async-args "^1.4.4"
You can’t perform that action at this time.
0 commit comments