Skip to content

Commit

Permalink
v0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jozsefsallai committed Dec 6, 2020
1 parent 738ec9f commit 8410364
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.4.2 - 2020-10-05
## 0.4.4 - 2020-12-06
### Fixed
- Escaping in Python generator (thanks to @Psychokiller1888)
- Escaping in curl generator (thanks to @Psychokiller1888)
- Handle empty body values (thanks to @Psychokiller1888)
- Handle empty header values (thanks to @Psychokiller1888)

### Changed
- Bumped highlight.js to 10.4.1

## 0.4.3 - 2020-10-05
### Added
- Table of Contents in the README
- Notice about the [Insomnia Plugin](https://insomnia.rest/plugins/insomnia-plugin-documenter) by @devhammed
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": "insomnia-documenter",
"version": "0.4.3",
"version": "0.4.4",
"description": "API documentation generator tool for Insomnia.",
"repository": {
"type": "git",
Expand Down

1 comment on commit 8410364

@devhammed
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have also updated the plugin: devhammed/insomnia-plugin-documenter@3c24712

Please sign in to comment.