Skip to content

Commit 4aacfaa

Browse files
authored
chore: 12.16.0 release (#27133)
1 parent f5815b7 commit 4aacfaa

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

cli/CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
<!-- See the ../guides/writing-the-cypress-changelog.md for details on writing the changelog. -->
2-
## 12.15.1
2+
## 12.16.0
33

4-
_Released 07/05/2023 (PENDING)_
4+
_Released 06/26/2023_
5+
6+
**Features:**
7+
8+
- Added support for Angular 16.1.0 in Cypress Component Testing. Addresses [#27049](https://github.com/cypress-io/cypress/issues/27049).
59

610
**Bugfixes:**
711

8-
- Fixed an issue where some internal file locations consumed by the Cypress Angular Handler moved as a result of [this commit](https://github.com/angular/angular-cli/commit/466d86dc8d3398695055f9eced7402804848a381) from Angular. Addressed in [#27030](https://github.com/cypress-io/cypress/pull/27030).
912
- Fixed an issue where certain commands would fail with the error `must only be invoked from the spec file or support file` when invoked with a large argument. Fixes [#27099](https://github.com/cypress-io/cypress/issues/27099).
1013

1114
## 12.15.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cypress",
3-
"version": "12.15.0",
3+
"version": "12.16.0",
44
"description": "Cypress is a next generation front end testing tool built for the modern web",
55
"private": true,
66
"scripts": {

0 commit comments

Comments
 (0)