Skip to content

Commit 2d97d08

Browse files
committed
chore(release): 2.0.0
1 parent 507c07f commit 2d97d08

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

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+
## [2.0.0](https://github.com/diva-e/create-frontend-component/compare/v1.4.1...v2.0.0) (2025-02-27)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* prepare 2.0 release
11+
12+
### Features
13+
14+
* enable prompt mode automatically if no argument was passed ([e17c3ed](https://github.com/diva-e/create-frontend-component/commit/e17c3ed4401bed497897e451c61376e9f1589e92))
15+
* prepare 2.0 release ([507c07f](https://github.com/diva-e/create-frontend-component/commit/507c07f8a9489b4d775b7a10ff73a794a05bd0a9))
16+
17+
18+
### Bug Fixes
19+
20+
* add console linesbreaks to output for better readability ([fe2f8fb](https://github.com/diva-e/create-frontend-component/commit/fe2f8fb5afd96740d00a3562aced3a0e9a2c16da))
21+
* fix issues with kebabCase names when using upgrade command ([844ca8d](https://github.com/diva-e/create-frontend-component/commit/844ca8dc0e3a9d53ba697ec3027616fcda126558)), closes [#22](https://github.com/diva-e/create-frontend-component/issues/22)
22+
523
### [1.4.1](https://github.com/diva-e/create-frontend-component/compare/v1.4.0...v1.4.1) (2023-02-21)
624

725

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-frontend-component",
3-
"version": "1.4.1",
3+
"version": "2.0.0",
44
"type": "module",
55
"description": "Framework-agnostic utility to scaffold frontend components by using custom templates",
66
"scripts": {

0 commit comments

Comments
 (0)