Skip to content

Commit 3aa692a

Browse files
committed
v1.0.1
1 parent 1805656 commit 3aa692a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8+
## [1.0.1] - 2018-01-25
9+
10+
### Fixed
11+
12+
- Fixed the suggested package in composer.json
13+
814
## [1.0.0] - 2018-01-24
915

1016
### Added
@@ -70,6 +76,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7076

7177
First version
7278

79+
[1.0.1]: https://github.com/middlewares/request-handler/compare/v1.0.0...v1.0.1
7380
[1.0.0]: https://github.com/middlewares/request-handler/compare/v0.5.0...v1.0.0
7481
[0.5.0]: https://github.com/middlewares/request-handler/compare/v0.4.0...v0.5.0
7582
[0.4.0]: https://github.com/middlewares/request-handler/compare/v0.3.0...v0.4.0

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"psr/container": "^1.0"
3232
},
3333
"suggest": {
34-
"psr/container": "Can be used to automatically resolve handlers"
34+
"psr/container": "Can be used to resolve handlers automatically"
3535
},
3636
"autoload": {
3737
"psr-4": {

0 commit comments

Comments
 (0)