Skip to content

Commit

Permalink
chore(release): 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pklaschka committed Jan 19, 2021
1 parent 622d6ca commit 176fd34
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.4.3](https://github.com/fliegwerk/fliegdoc/compare/v0.4.2...v0.4.3) (2021-01-19)

### Features

- Replace `string.replaceAll` call with `string.replace` ([e970fb1](https://github.com/fliegwerk/fliegdoc/commit/e970fb1c975dc0d0245acbaa82622ebb5fda743e)), closes [#20](https://github.com/fliegwerk/fliegdoc/issues/20)
- Support NodeJS 10+ ([#28](https://github.com/fliegwerk/fliegdoc/issues/28)) ([622d6ca](https://github.com/fliegwerk/fliegdoc/commit/622d6cab65894f017f265c50b7332885beff2a27)), closes [#20](https://github.com/fliegwerk/fliegdoc/issues/20)

### Bug Fixes

- **html-theme:** Fix broken links in search index introduced in be6baffca4bf663c9f6664397f319c659e162059 ([4041fc0](https://github.com/fliegwerk/fliegdoc/commit/4041fc02a29eda29a4df7258a7448c294d524ce2))

### [0.4.2](https://github.com/fliegwerk/fliegdoc/compare/v0.4.1...v0.4.2) (2021-01-11)

### Features
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fliegdoc",
"version": "0.4.2",
"version": "0.4.3",
"description": "A documentation generator for Typescript-based libraries with good support for monorepos",
"repository": {
"url": "git+https://github.com/fliegwerk/fliegdoc.git",
Expand Down

0 comments on commit 176fd34

Please sign in to comment.