Skip to content

Commit 0689ffd

Browse files
chore(main): release 11.5.3
1 parent 0481576 commit 0689ffd

4 files changed

Lines changed: 12 additions & 4 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-
".": "11.5.2"
2+
".": "11.5.3"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [11.5.3](https://github.com/yeoman/yeoman-test/compare/v11.5.2...v11.5.3) (2026-06-09)
4+
5+
6+
### Bug Fixes
7+
8+
* adjust mockedGenerators types ([#318](https://github.com/yeoman/yeoman-test/issues/318)) ([833f8d2](https://github.com/yeoman/yeoman-test/commit/833f8d2f8f0b9c1e4878ca2701f3db867e47ea57))
9+
* async callbacks are allowed in withEnvironment ([#319](https://github.com/yeoman/yeoman-test/issues/319)) ([0481576](https://github.com/yeoman/yeoman-test/commit/0481576af72ac4602c972e1e0e17a9e6b8d52c92))
10+
311
## [11.5.2](https://github.com/yeoman/yeoman-test/compare/v11.5.1...v11.5.2) (2026-05-07)
412

513
### Bug Fixes

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": "yeoman-test",
3-
"version": "11.5.2",
3+
"version": "11.5.3",
44
"description": "Test utilities for Yeoman generators",
55
"keywords": [
66
"yeoman",

0 commit comments

Comments
 (0)