Skip to content

Commit

Permalink
chore: cut v0.29.5
Browse files Browse the repository at this point in the history
  • Loading branch information
devversion committed Aug 20, 2022
1 parent be5539e commit 859ac83
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

# 0.29.5 (2022-08-20)


## Bug Fixes
- **base:** incorrect usage of `fs.mkdir` which does not return a promise
([be5539ece](https://github.com/angular/dgeni-packages/commit/be5539ece8fea10cb04ea92d497f38f78c649e0f))

# 0.29.4 (2022-08-19)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dgeni-packages",
"version": "0.29.4",
"version": "0.29.5",
"description": "A collection of dgeni packages for generating documentation from source code",
"files": [
"**/*.js",
Expand Down

0 comments on commit 859ac83

Please sign in to comment.