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

Commit a266c7e

Browse files
author
danielbannert
committed
update changelog
1 parent 42db090 commit a266c7e

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

.changelog

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ return [
77
(new ChangelogConfig(
88
'narrowspark',
99
'automatic',
10-
'v0.4.0',
10+
'v0.4.1',
1111
['Added', 'Changed', 'Deprecated', 'Removed', 'Fixed', 'Security']
1212
))
1313
];

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## v0.4.1
2+
3+
- Total issues resolved: **2**
4+
- Total pull requests resolved: **1**
5+
- Total contributors: **1**
6+
7+
### Added
8+
9+
- [59: Add doc about automatic.json](https://github.com/narrowspark/automatic/issues/59) thanks to @prisis
10+
11+
### Fixed
12+
13+
- [62: moved runSkeletonGenerator from onPostCreateProject call to the create project event call](https://github.com/narrowspark/automatic/issues/62) thanks to @prisis
14+
- [61: Fixes for LegacyTagsManager and SkeletonGenerator](https://github.com/narrowspark/automatic/pull/61) thanks to @prisis
15+
116
## v0.4.0
217

318
- Total issues resolved: **6**

0 commit comments

Comments
 (0)