From 4610e70995f88e8d9d5d581509fe12879b3de959 Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Fri, 21 Jan 2022 09:15:35 -0800 Subject: [PATCH] chore: release 0.29.3 --- CHANGELOG.md | 22 ++++++++++++++++++++++ package.json | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f58a6288..3db32489 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +# 0.29.3 21 January 2022 + +## Bug Fixes +- **typescript:** correctly handle absolute paths for imported modules + ([83eb73](https://github.com/angular/angular.js/commit/83eb73e412bccfa34213c07783f941b68caac01b)) + +## New Features +- **typescript:** update `typescript` from v3.2.4 to v4.5.4 + ([317363](https://github.com/angular/angular.js/commit/3173635c364e63289957ed5ca95b98faea2207bf)) + +## Breaking Changes + +### **typescript** due to: + - **[317363](https://github.com/angular/angular.js/commit/3173635c364e63289957ed5ca95b98faea2207bf)**: update `typescript` from v3.2.4 to v4.5.4 + +Since each TypeScript version may change the shape of the generated AST, +this update may break 3rd-party packages that directly rely on the ASTs +(that are attached to dgeni API documents). + +If you are using such a packages, you should manually verify that it +works correctly with the ASTs generated by the new TypeScript version. + # 0.29.2 2 September 2021 ## Bug Fixes diff --git a/package.json b/package.json index f535c032..51c5faa6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dgeni-packages", - "version": "0.29.2", + "version": "0.29.3", "description": "A collection of dgeni packages for generating documentation from source code", "scripts": { "test": "yarn build && node test.js",