Skip to content

Commit

Permalink
[Improved] Version 1.1.31
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Jan 16, 2017
1 parent fae93d4 commit 853f3b7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGLOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# generator-craftplugin Changelog

## 1.1.31 -- 2017.01.15

* [Added] Added Utilities component
* [Added] Added the ability to generate multiple ConsoleCommands
* [Improved] Code comments now are more complete, and if disabled, @inheritdoc is used
* [Removed] Removed releases.json from the 3.0.x API
* [Improved] Implemented CHANGELOG.md
* [Improved] Cleaned up the plugin code

## 1.1.30 -- 2017.01.12

* [Added] Added section comments
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-craftplugin",
"version": "1.1.30",
"version": "1.1.31",
"description": "generator-craftplugin is a Yeoman generator for Craft CMS plugins",
"main": "app/index.js",
"files": [
Expand Down

0 comments on commit 853f3b7

Please sign in to comment.