Skip to content

Commit 8410364

Browse files
committed
v0.4.4
1 parent 738ec9f commit 8410364

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,17 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## 0.4.2 - 2020-10-05
7+
## 0.4.4 - 2020-12-06
8+
### Fixed
9+
- Escaping in Python generator (thanks to @Psychokiller1888)
10+
- Escaping in curl generator (thanks to @Psychokiller1888)
11+
- Handle empty body values (thanks to @Psychokiller1888)
12+
- Handle empty header values (thanks to @Psychokiller1888)
13+
14+
### Changed
15+
- Bumped highlight.js to 10.4.1
16+
17+
## 0.4.3 - 2020-10-05
818
### Added
919
- Table of Contents in the README
1020
- Notice about the [Insomnia Plugin](https://insomnia.rest/plugins/insomnia-plugin-documenter) by @devhammed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "insomnia-documenter",
3-
"version": "0.4.3",
3+
"version": "0.4.4",
44
"description": "API documentation generator tool for Insomnia.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)