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

Commit fe4c564

Browse files
author
Doğa Gürdal
committed
chore(release): 0.1.1
1 parent baa353e commit fe4c564

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
<a name="0.1.1"></a>
6+
## [0.1.1](https://github.com/flyntwp/generator-flynt/compare/v0.1.0...v0.1.1) (2017-08-29)
7+
8+
9+
### Bug Fixes
10+
11+
* **generators:** validate flynt project before starting generators ([#18](https://github.com/flyntwp/generator-flynt/issues/18)) ([690728b](https://github.com/flyntwp/generator-flynt/commit/690728b))
12+
* **generators/component:** update stylus template variables ([#14](https://github.com/flyntwp/generator-flynt/issues/14)) ([63fbf34](https://github.com/flyntwp/generator-flynt/commit/63fbf34))
13+
* **generators/component:** validate component name before creating files ([#17](https://github.com/flyntwp/generator-flynt/issues/17)) ([3425408](https://github.com/flyntwp/generator-flynt/commit/3425408))
14+
* **generators/feature:** validate feature name before creating files ([#19](https://github.com/flyntwp/generator-flynt/issues/19)) ([1ad050a](https://github.com/flyntwp/generator-flynt/commit/1ad050a))
15+
16+
17+
### Features
18+
19+
* **generators/component:** add option for single file generation ([#16](https://github.com/flyntwp/generator-flynt/issues/16)) ([06ba04d](https://github.com/flyntwp/generator-flynt/commit/06ba04d))
20+
21+
22+
523
<a name="0.1.0"></a>
624
# 0.1.0 (2017-06-09)
725

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flyntwp/generator-flynt",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "A Yeoman generator for Flynt",
55
"homepage": "https://github.com/flyntwp/generator-flynt",
66
"bugs": "https://github.com/flyntwp/generator-flynt/issues",

0 commit comments

Comments
 (0)