Skip to content

Commit 3c0bbd7

Browse files
committed
Merge branch 'develop'
2 parents c9f95f6 + 6c58722 commit 3c0bbd7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ All notable changes to the "php-skeleton-generator" extension will be documented
55
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
66

77

8-
## [unreleased]
8+
## [0.2.2]
99
- fix return type for equals() method on skeleton for class
10+
- fix namespace creation at the psr4 root folder
1011

1112
## [0.2.1]
1213

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.1",
5+
"version": "0.2.2",
66
"keywords": [
77
"php",
88
"generate",

0 commit comments

Comments
 (0)