chore(main): release ng-schematics 0.5.6 (#11687)

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Nikolay Vitkov <nvitkov@chromium.org>
This commit is contained in:
release-please[bot] 2024-01-16 15:28:16 +00:00 committed by GitHub
parent 8b71db7fa7
commit 9aca8da479
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 2 deletions

View File

@ -2,6 +2,6 @@
"packages/puppeteer": "21.7.0",
"packages/puppeteer-core": "21.7.0",
"packages/testserver": "0.6.0",
"packages/ng-schematics": "0.5.5",
"packages/ng-schematics": "0.5.6",
"packages/browsers": "1.9.1"
}

View File

@ -1,5 +1,12 @@
# Changelog
## [0.5.6](https://github.com/puppeteer/puppeteer/compare/ng-schematics-v0.5.5...ng-schematics-v0.5.6) (2024-01-16)
### Bug Fixes
* jest config issue on Windows ([3711f86](https://github.com/puppeteer/puppeteer/commit/3711f86dca4140da9e830bd7a46f4eca43cd5f4b))
## [0.5.5](https://github.com/puppeteer/puppeteer/compare/ng-schematics-v0.5.4...ng-schematics-v0.5.5) (2023-12-19)

View File

@ -1,6 +1,6 @@
{
"name": "@puppeteer/ng-schematics",
"version": "0.5.5",
"version": "0.5.6",
"description": "Puppeteer Angular schematics",
"scripts": {
"build": "wireit",