Skip to content

Commit e1b5c30

Browse files
committed
chore(release): publish
- [email protected] - [email protected]
1 parent 5ec77e0 commit e1b5c30

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 0.1.0 (2025-11-16)
7+
8+
**Note:** Version bump only for package create-gen-app

packages/create-gen-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-gen-app",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"author": "Dan Lynch <[email protected]>",
55
"description": "Clone and customize template repositories",
66
"main": "index.js",
@@ -29,7 +29,7 @@
2929
"test:watch": "jest --watch"
3030
},
3131
"dependencies": {
32-
"inquirerer": "^2.0.8"
32+
"inquirerer": "^2.1.0"
3333
},
3434
"keywords": []
3535
}

packages/inquirerer/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.1.0](https://github.com/pyramation/inquirerer/compare/[email protected]@2.1.0) (2025-11-16)
7+
8+
**Note:** Version bump only for package inquirerer
9+
10+
11+
12+
13+
614
## [2.0.8](https://github.com/pyramation/inquirerer/compare/[email protected]@2.0.8) (2025-05-25)
715

816
**Note:** Version bump only for package inquirerer

packages/inquirerer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "inquirerer",
3-
"version": "2.0.8",
3+
"version": "2.1.0",
44
"author": "Dan Lynch <[email protected]>",
55
"description": "inquirerer",
66
"main": "index.js",

0 commit comments

Comments
 (0)