Skip to content

Commit afa7e91

Browse files
chore(release): 0.2.1
1 parent 7102323 commit afa7e91

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [0.2.1](https://github.com/GlueDev/laravel-stackdriver/compare/v0.2.0...v0.2.1) (2020-03-07)
6+
7+
8+
### Bug Fixes
9+
10+
* drops \Exception type for ExceptionHandler ([#9](https://github.com/GlueDev/laravel-stackdriver/issues/9)) ([7102323](https://github.com/GlueDev/laravel-stackdriver/commit/7102323d54fd9d33f26e87bffd25182400f2bd4f))
11+
512
## [0.2.0](https://github.com/GlueDev/laravel-stackdriver/compare/v0.1.2...v0.2.0) (2020-02-23)
613

714

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gluedev/laravel-stackdriver",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Enables logging, tracing and error reporting to Google Stackdriver for the Laravel framework",
55
"license": "MIT",
66
"authors": [

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "laravel-stackdriver",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"repository": "[email protected]:GlueDev/laravel-stackdriver.git",
55
"author": "Diederik van den Burger <[email protected]>",
66
"devDependencies": {

0 commit comments

Comments
 (0)