Skip to content

Commit 8f510eb

Browse files
committed
chore: new version 0.2.0 [skip ci] [ci skip]
1 parent 4f654b5 commit 8f510eb

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

CHANGELOG.md

+17-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## [0.2.0](https://github.com/adhocore/php-json-comment/releases/tag/0.2.0) (2021-04-05)
2+
3+
### Features
4+
- **Comment**: Support trimming trailing comma at end of array or object (Jitendra Adhikari) [_3e2c03c_](https://github.com/adhocore/php-json-comment/commit/3e2c03c)
5+
6+
### Miscellaneous
7+
- **Composer**: Try for php5.6 (Jitendra Adhikari) [_4f654b5_](https://github.com/adhocore/php-json-comment/commit/4f654b5)
8+
- **Composer**: Bump phpunit, require ext-ctype (Jitendra Adhikari) [_b9e3201_](https://github.com/adhocore/php-json-comment/commit/b9e3201)
9+
- Gitignore (Jitendra Adhikari) [_f2e2cad_](https://github.com/adhocore/php-json-comment/commit/f2e2cad)
10+
11+
### Documentations
12+
- Add trailing comma support (Jitendra Adhikari) [_7d5e2d2_](https://github.com/adhocore/php-json-comment/commit/7d5e2d2)
13+
14+
### Builds
15+
- **Travis**: Add php 7.4 (Jitendra Adhikari) [_6147857_](https://github.com/adhocore/php-json-comment/commit/6147857)
16+
17+
118
## [0.1.0](https://github.com/adhocore/php-json-comment/releases/tag/0.1.0) (2020-01-03)
219

320
### Miscellaneous
@@ -8,5 +25,3 @@
825

926
### Builds
1027
- **Travis**: Retire PHP pre 5.6, add PHP 7.3 (Jitendra Adhikari) [_db274d2_](https://github.com/adhocore/php-json-comment/commit/db274d2)
11-
12-

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0
1+
0.2.0

0 commit comments

Comments
 (0)