Skip to content

Commit 34d7082

Browse files
chore: release v5.0.0
1 parent a260843 commit 34d7082

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+
## [5.0.0] - 2021-10-08
88
### Added
99
- allow for custom rendering of the search input field via a new `renderSearchInput` prop
1010

@@ -155,7 +155,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
155155
## [1.0.0] - 2019-03-03
156156
- initial implementation
157157

158-
[Unreleased]: https://github.com/CarstenWickner/react-jsonschema-inspector/compare/v4.4.1...Unreleased
158+
[5.0.0]: https://github.com/CarstenWickner/react-jsonschema-inspector/compare/v4.4.1...v5.0.0
159159
[4.4.1]: https://github.com/CarstenWickner/react-jsonschema-inspector/compare/v4.4.0...v4.4.1
160160
[4.4.0]: https://github.com/CarstenWickner/react-jsonschema-inspector/compare/v4.3.0...v4.4.0
161161
[4.3.0]: https://github.com/CarstenWickner/react-jsonschema-inspector/compare/v4.2.0...v4.3.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": "5.0.0-SNAPSHOT",
3+
"version": "5.0.0",
44
"description": "View component for traversing/searching in a JSON Schema",
55
"homepage": "https://CarstenWickner.github.io/react-jsonschema-inspector/?path=/docs/inspector--show-case",
66
"author": "Carsten Wickner",

0 commit comments

Comments
 (0)