diff --git a/package-lock.json b/package-lock.json index a19c8c6..a5f1da9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16770,7 +16770,7 @@ }, "workspaces/types": { "name": "@yeoman/types", - "version": "1.1.2", + "version": "1.2.0", "license": "MIT", "dependencies": { "@types/node": "^16.18.26" diff --git a/workspaces/types/CHANGELOG.md b/workspaces/types/CHANGELOG.md index d56cb77..bdca835 100644 --- a/workspaces/types/CHANGELOG.md +++ b/workspaces/types/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.2.0](https://github.com/yeoman/yeoman-api/compare/@yeoman/types@1.1.2...@yeoman/types@1.2.0) (2024-03-09) + +### Features + +- **types:** add call back function support to decide generator scheduling ([#6](https://github.com/yeoman/yeoman-api/issues/6)) ([dca1eee](https://github.com/yeoman/yeoman-api/commit/dca1eee04d6344cb0b2e61f949c293b1d4a5d233)), closes [jhipster/generator-jhipster#25445](https://github.com/jhipster/generator-jhipster/issues/25445) + ## [1.1.2](https://github.com/yeoman/yeoman-api/compare/@yeoman/types@1.1.1...@yeoman/types@1.1.2) (2023-11-14) ### Bug Fixes diff --git a/workspaces/types/package.json b/workspaces/types/package.json index ba9f99b..d490bc2 100644 --- a/workspaces/types/package.json +++ b/workspaces/types/package.json @@ -1,6 +1,6 @@ { "name": "@yeoman/types", - "version": "1.1.2", + "version": "1.2.0", "private": false, "description": "Common API for yeoman's generator/environment stack", "keywords": [