File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## [ Unreleased ]
7
+ ## [ 4.0.1 ] - 2019-11-01
8
8
### Fixed
9
9
- ignore non-` string ` values when searching by ` fields `
10
10
@@ -106,7 +106,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
106
106
## [ 1.0.0] - 2019-03-03
107
107
- initial implementation
108
108
109
- [ Unreleased ] : https://github.com/CarstenWickner/react-jsonschema-inspector/compare/v4.0.0...HEAD
109
+ [ 4.0.1 ] : https://github.com/CarstenWickner/react-jsonschema-inspector/compare/v4.0.0...v4.0.1
110
110
[ 4.0.0 ] : https://github.com/CarstenWickner/react-jsonschema-inspector/compare/v3.1.0...v4.0.0
111
111
[ 3.1.0 ] : https://github.com/CarstenWickner/react-jsonschema-inspector/compare/v3.0.0...v3.1.0
112
112
[ 3.0.0 ] : https://github.com/CarstenWickner/react-jsonschema-inspector/compare/v2.3.0...v3.0.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-jsonschema-inspector" ,
3
- "version" : " 4.0.1-SNAPSHOT " ,
3
+ "version" : " 4.0.1" ,
4
4
"description" : " View component for traversing/searching in a JSON Schema" ,
5
5
"homepage" : " https://CarstenWickner.github.io/react-jsonschema-inspector" ,
6
6
"author" : " Carsten Wickner" ,
You can’t perform that action at this time.
0 commit comments