Skip to content

Commit

Permalink
chore(release): v0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
schoero committed Nov 11, 2023
1 parent 6d562c0 commit 0786f77
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Changelog

## v0.2.5

[compare changes](https://github.com/schoero/unwritten/compare/v0.2.3...v0.2.5)

### Fixes

- Render class name instead of `class` ([428d443](https://github.com/schoero/unwritten/commit/428d443))
- Rendering violation in user provided markdown ([6d562c0](https://github.com/schoero/unwritten/commit/6d562c0))

### Refactors

- Update logo ([9529487](https://github.com/schoero/unwritten/commit/9529487))
- Update logo ([f076b20](https://github.com/schoero/unwritten/commit/f076b20))

### Chore

- Remove unused types ([5a78055](https://github.com/schoero/unwritten/commit/5a78055))
- **release:** V0.2.4 ([3b4e32a](https://github.com/schoero/unwritten/commit/3b4e32a))

### Styles

- Code cleanup ([f0d7b8a](https://github.com/schoero/unwritten/commit/f0d7b8a))

### ❤️ Contributors

- Roger Schönbächler

## v0.2.4

[compare changes](https://github.com/schoero/unwritten/compare/v0.2.2...v0.2.4)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.2.4",
"version": "0.2.5",
"type": "module",
"name": "unwritten",
"description": "unwritten is a cli tool that auto generates documentation from your JavaScript or TypeScript project by utilizing TSDoc or JSDoc comments.",
Expand Down

0 comments on commit 0786f77

Please sign in to comment.