Skip to content

Commit

Permalink
Update deps, fixes #19 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
vearutop authored Sep 22, 2020
1 parent bbfb829 commit 1ac66f4
Show file tree
Hide file tree
Showing 4 changed files with 91 additions and 76 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.7.11] - 2020-09-22

### Added
- Dependencies updated.

### Fixed
- Removing empty destination directory when generating PHP classes, [#19](https://github.com/swaggest/json-cli/issues/19).

## [1.7.10] - 2020-05-20

### Added
Expand Down Expand Up @@ -120,6 +128,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Local file resolver in references.

[1.7.11]: https://github.com/swaggest/json-cli/compare/v1.7.10...v1.7.11
[1.7.10]: https://github.com/swaggest/json-cli/compare/v1.7.9...v1.7.10
[1.7.9]: https://github.com/swaggest/json-cli/compare/v1.7.8...v1.7.9
[1.7.8]: https://github.com/swaggest/json-cli/compare/v1.7.7...v1.7.8
Expand Down
104 changes: 55 additions & 49 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/App.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

class App extends Command\Application
{
public static $ver = 'v1.7.10';
public static $ver = 'v1.7.11';

public $diff;
public $apply;
Expand Down
Loading

0 comments on commit 1ac66f4

Please sign in to comment.