Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
adrigar94 committed Dec 24, 2022
2 parents c9f95f6 + 6c58722 commit 3c0bbd7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ All notable changes to the "php-skeleton-generator" extension will be documented
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.


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

## [0.2.1]

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "php-skeleton-generator",
"displayName": "PHP Skeleton Generator",
"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)",
"version": "0.2.1",
"version": "0.2.2",
"keywords": [
"php",
"generate",
Expand Down

0 comments on commit 3c0bbd7

Please sign in to comment.