File tree 2 files changed +2
-17
lines changed
2 files changed +2
-17
lines changed Original file line number Diff line number Diff line change 1
1
Change Log
2
- ====================================================================================================
3
- All notable changes will be documented in this file.
4
- JSON Schema $Ref Parser adheres to [ Semantic Versioning] ( http://semver.org/ ) .
5
-
2
+ ==========
6
3
4
+ See [ GitHub Releases] ( https://github.com/APIDevTools/json-schema-ref-parser/releases ) for more information on newer releases.
7
5
8
6
[ v9.0.0] ( https://github.com/APIDevTools/json-schema-ref-parser/tree/v9.0.0 ) (2020-04-21)
9
7
----------------------------------------------------------------------------------------------------
Original file line number Diff line number Diff line change 59
59
"@jsdevtools/eslint-config" : " ^1.0.7" ,
60
60
"@jsdevtools/host-environment" : " ^2.1.2" ,
61
61
"@jsdevtools/karma-config" : " ^3.1.7" ,
62
- "@semantic-release/changelog" : " ^5.0.1" ,
63
- "@semantic-release/git" : " ^9.0.0" ,
64
62
"@types/node" : " ^14.14.21" ,
65
63
"chai-subset" : " ^1.6.0" ,
66
64
"chai" : " ^4.2.0" ,
84
82
"plugins" : [
85
83
" @semantic-release/commit-analyzer" ,
86
84
" @semantic-release/release-notes-generator" ,
87
- " @semantic-release/changelog" ,
88
85
[
89
86
" semantic-release-plugin-update-version-in-files" ,
90
87
{
107
104
}
108
105
}
109
106
],
110
- [
111
- " @semantic-release/git" ,
112
- {
113
- "assets" : [
114
- " package.json" ,
115
- " CHANGELOG.md" ,
116
- " dist/**"
117
- ]
118
- }
119
- ],
120
107
" @semantic-release/github"
121
108
]
122
109
}
You can’t perform that action at this time.
0 commit comments