Skip to content

Commit 9040588

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents d07d286 + a7a5625 commit 9040588

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

.styleci.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased](https://github.com/BlameButton/laravel-changelog/compare/v1.0.1...main)
99

10+
## [v1.0.2](https://github.com/BlameButton/laravel-changelog/compare/v1.0.1...v1.0.2) - 2021-11-05
11+
12+
### Fixed
13+
14+
- FQDN to Facade and Service Provider in `composer.json`
15+
1016
## [v1.0.1](https://github.com/BlameButton/laravel-changelog/compare/v1.0.0...v1.0.1) - 2021-11-05
1117

1218
### Added

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
},
4343
"scripts": {
4444
"phpstan": "vendor/bin/phpstan analyse",
45-
"test": "vendor/bin/testbench package:test --parallel --no-coverage",
45+
"test": "vendor/bin/phpunit",
4646
"test-coverage": "vendor/bin/phpunit --coverage-html coverage"
4747
},
4848
"config": {
@@ -54,10 +54,10 @@
5454
},
5555
"laravel": {
5656
"providers": [
57-
"ChangelogServiceProvider"
57+
"\\BlameButton\\Laravel\\Changelog\\ChangelogServiceProvider"
5858
],
5959
"aliases": {
60-
"Changelog": "ChangelogFacade"
60+
"Changelog": "\\BlameButton\\Laravel\\Changelog\\ChangelogFacade"
6161
}
6262
}
6363
},

0 commit comments

Comments
 (0)