Skip to content
This repository was archived by the owner on Mar 1, 2023. It is now read-only.

Commit 508d8c5

Browse files
authored
Merge pull request #9 from PrisisForks/feature/changelog
feat : added changelog update
2 parents d485b97 + ae5722c commit 508d8c5

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
v1.0.2
2+
======
3+
4+
- Total issues resolved: **0**
5+
- Total pull requests resolved: **1**
6+
- Total contributors: **1**
7+
8+
Fixed
9+
-----
10+
11+
- [8: fix get args call](https://github.com/narrowspark/exception-inspector/pull/8) thanks to @prisis
12+
113
v1.0.1
214
======
315

src/Inspector.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
final class Inspector
2121
{
2222
/** @var string */
23-
public const VERSION = '1.0.1';
23+
public const VERSION = '1.0.2';
2424

2525
/** @var string */
2626
private const PATTERN = "/\\[<a href='([^']+)'>(?:[^<]+)<\\/a>\\]/";

0 commit comments

Comments
 (0)