Skip to content

Commit 928a688

Browse files
Release v4.1.0
1 parent 2fc3fda commit 928a688

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.1.0] - 2019-11-26
88
### Added
99
- allow for addition of tool-bar items in the header besides the search input via `renderHeaderToolBar` prop
1010

@@ -113,7 +113,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
113113
## [1.0.0] - 2019-03-03
114114
- initial implementation
115115

116-
[Unreleased]: https://github.com/CarstenWickner/react-jsonschema-inspector/compare/v4.0.0...HEAD
116+
[4.1.0]: https://github.com/CarstenWickner/react-jsonschema-inspector/compare/v4.0.0...v4.1.0
117117
[4.0.1]: https://github.com/CarstenWickner/react-jsonschema-inspector/compare/v4.0.0...v4.0.1
118118
[4.0.0]: https://github.com/CarstenWickner/react-jsonschema-inspector/compare/v3.1.0...v4.0.0
119119
[3.1.0]: https://github.com/CarstenWickner/react-jsonschema-inspector/compare/v3.0.0...v3.1.0

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "react-jsonschema-inspector",
3-
"version": "4.1.0-SNAPSHOT",
3+
"version": "4.1.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",
77
"license": "MIT",
88
"repository": {
99
"type": "git",
10-
"url": "git+ssh://git@github.com/CarstenWickner/react-jsonschema-inspector.git"
10+
"url": "git+https://github.com/CarstenWickner/react-jsonschema-inspector.git"
1111
},
1212
"scripts": {
1313
"start": "start-storybook -p 9001 -c .storybook",

0 commit comments

Comments
 (0)