Skip to content

Commit 170b053

Browse files
committed
new release
1 parent 35a8db2 commit 170b053

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ All notable changes to the "php-skeleton-generator" extension will be documented
44

55
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
66

7+
## [0.2.4]
8+
- add gifs in readme.md
9+
710
## [0.2.3]
811
- fix namespace creation at the psr4 root folder with multiple slashes
912
- fix skeleton of trait, type of files is interface and must be a trait

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "php-skeleton-generator",
33
"displayName": "PHP Skeleton Generator",
44
"description": "With just a few steps, you can create PHP classes, interfaces, traits, and enums with all the properties and methods you need. (PSR-4 compatible)",
5-
"version": "0.2.3",
5+
"version": "0.2.4",
66
"keywords": [
77
"php",
88
"generate",

0 commit comments

Comments
 (0)