Skip to content

Commit

Permalink
chore: release 0.29.3
Browse files Browse the repository at this point in the history
  • Loading branch information
josephperrott committed Jan 21, 2022
1 parent 83eb73e commit 4610e70
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down

0 comments on commit 4610e70

Please sign in to comment.