@angular/core 14.2.0 → 14.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v14.2.0
2
+ * @license Angular v14.2.1
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -7643,7 +7643,7 @@ class Version {
7643
7643
  /**
7644
7644
  * @publicApi
7645
7645
  */
7646
- const VERSION = new Version('14.2.0');
7646
+ const VERSION = new Version('14.2.1');
7647
7647
 
7648
7648
  /**
7649
7649
  * @license