Skip to content

Commit 00c7e96

Browse files
Release v4.2.0
1 parent c5ef1dd commit 00c7e96

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.MD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
7+
## [4.2.0] - 2019-12-04
88
### Added
99
- Draft 2019-09: support `$defs` as alternative to `definitions` keyword
1010
- Draft 2019-09: include other keywords alongside `$ref`
@@ -121,7 +121,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
121121
## [1.0.0] - 2019-03-03
122122
- initial implementation
123123

124-
[Unreleased]: https://github.com/CarstenWickner/react-jsonschema-inspector/compare/v4.1.0...HEAD
124+
[4.2.0]: https://github.com/CarstenWickner/react-jsonschema-inspector/compare/v4.1.0...v4.2.0
125125
[4.1.0]: https://github.com/CarstenWickner/react-jsonschema-inspector/compare/v4.0.1...v4.1.0
126126
[4.0.1]: https://github.com/CarstenWickner/react-jsonschema-inspector/compare/v4.0.0...v4.0.1
127127
[4.0.0]: https://github.com/CarstenWickner/react-jsonschema-inspector/compare/v3.1.0...v4.0.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-jsonschema-inspector",
3-
"version": "4.2.0-SNAPSHOT",
3+
"version": "4.2.0",
44
"description": "View component for traversing/searching in a JSON Schema",
55
"homepage": "https://CarstenWickner.github.io/react-jsonschema-inspector",
66
"author": "Carsten Wickner",

0 commit comments

Comments
 (0)