diff --git a/CHANGELOG.md b/CHANGELOG.md index 80e32c67..28339b1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# [14.0.0-beta.41](https://github.com/angular/flex-layout/compare/14.0.0-beta.40...14.0.0-beta.41) (2022-10-11) + +This release fixes incompatibilities with Node v18 typings. + # [14.0.0-beta.40](https://github.com/angular/flex-layout/compare/13.0.0-beta.38...14.0.0-beta.40) (2022-06-30) diff --git a/package.json b/package.json index 3d8311fe..b7cf3f73 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "flex-layout-srcs", "description": "Angular Flex Layout", - "version": "14.0.0-beta.40", + "version": "14.0.0-beta.41", "homepage": "https://github.com/angular/flex-layout", "bugs": "https://github.com/angular/flex-layout/issues", "repository": {