Skip to content

Commit 0e941f9

Browse files
chore(main): release 6.1.0 (#773)
* chore(main): release 6.1.0 * chore: fix code style issues --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 8c69e33 commit 0e941f9

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "6.0.1"
2+
".": "6.1.0"
33
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Changelog
2+
3+
## [6.1.0](https://github.com/yeoman/environment/compare/v6.0.1...v6.1.0) (2026-04-29)
4+
5+
### Features
6+
7+
- add support to ask customInstallTask ([#770](https://github.com/yeoman/environment/issues/770)) ([136e4f4](https://github.com/yeoman/environment/commit/136e4f49b2593bf3a45296c4a47dd9a282be4deb))
8+
- **deps:** bump @yeoman/namespace from 1.0.1 to 2.1.0 ([#766](https://github.com/yeoman/environment/issues/766)) ([4a3ae84](https://github.com/yeoman/environment/commit/4a3ae84caaa70ae41cf8630d4907f144e3cec7a3))
9+
- extract getFeaturesFromGenerator ([#769](https://github.com/yeoman/environment/issues/769)) ([d244f0c](https://github.com/yeoman/environment/commit/d244f0ca18f1f83ed18320a2eabdcc0f70cec780))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "yeoman-environment",
3-
"version": "6.0.1",
3+
"version": "6.1.0",
44
"description": "Handles the lifecyle and bootstrapping of generators in a specific environment",
55
"keywords": [
66
"development",

0 commit comments

Comments
 (0)