Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Commit

Permalink
updated changelog (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
prisis authored Nov 27, 2018
1 parent ac1a050 commit 9aa0043
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .changelog
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ return [
(new ChangelogConfig(
'narrowspark',
'skeleton-generators',
'v0.3.3',
'v0.4.0',
['Added', 'Changed', 'Deprecated', 'Removed', 'Fixed', 'Security']
))
];
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
v0.4.0
======

- Total issues resolved: **2**
- Total pull requests resolved: **0**
- Total contributors: **1**

Added
-----

- [18: create better narrowspark experience](https://github.com/narrowspark/skeleton-generators/issues/18) thanks to @prisis

Changed
-------

- [17: change web.php route to the new viserio/routing behavior](https://github.com/narrowspark/skeleton-generators/issues/17) thanks to @prisis

v0.3.3
======

Expand Down

0 comments on commit 9aa0043

Please sign in to comment.