diff --git a/package-lock.json b/package-lock.json index 08540f7..fb71b9f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15950,7 +15950,7 @@ }, "workspaces/types": { "name": "@yeoman/types", - "version": "0.0.1", + "version": "0.1.0", "license": "MIT", "dependencies": { "@types/node": "^16.18.26" diff --git a/workspaces/types/CHANGELOG.md b/workspaces/types/CHANGELOG.md index 1f0b573..1b95df8 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. +## [0.1.0](https://github.com/yeoman/yeoman-api/compare/@yeoman/types@0.0.1...@yeoman/types@0.1.0) (2023-05-07) + +### Features + +- add queueTask and addPriority ([2dce85a](https://github.com/yeoman/yeoman-api/commit/2dce85ac31a054c68cefbef2137fdafb11b8f8e0)) + ## 0.0.1 (2023-05-07) **Note:** Version bump only for package @yeoman/types diff --git a/workspaces/types/package.json b/workspaces/types/package.json index 0d2b342..b710d9f 100644 --- a/workspaces/types/package.json +++ b/workspaces/types/package.json @@ -1,6 +1,6 @@ { "name": "@yeoman/types", - "version": "0.0.1", + "version": "0.1.0", "private": false, "description": "Common API for yeoman's generator/environment stack", "keywords": [