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

+7
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

+1-1
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

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
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": "git@github.com:GlueDev/laravel-stackdriver.git",
55
"author": "Diederik van den Burger <diederik@glue.group>",
66
"devDependencies": {

0 commit comments

Comments
 (0)