File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 1.8.3] - 2020-12-14
8+
9+ ### Fixed
10+ - Stale app version
11+
712## [ 1.8.2] - 2020-12-13
813
914### Changed
@@ -155,6 +160,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
155160### Fixed
156161- Local file resolver in references.
157162
163+ [ 1.8.3 ] : https://github.com/swaggest/json-cli/compare/v1.8.2...v1.8.3
158164[ 1.8.2 ] : https://github.com/swaggest/json-cli/compare/v1.8.1...v1.8.2
159165[ 1.8.1 ] : https://github.com/swaggest/json-cli/compare/v1.8.0...v1.8.1
160166[ 1.8.0 ] : https://github.com/swaggest/json-cli/compare/v1.7.13...v1.8.0
Original file line number Diff line number Diff line change 77
88class App extends Command \Application
99{
10- public static $ ver = 'v1.8.1 ' ;
10+ public static $ ver = 'v1.8.3 ' ;
1111
1212 public $ diff ;
1313 public $ apply ;
You can’t perform that action at this time.
0 commit comments