Skip to content

Commit c9d1cdd

Browse files
committed
bump version, update docs, and changelog
1 parent dd0d489 commit c9d1cdd

File tree

5 files changed

+19
-4
lines changed

5 files changed

+19
-4
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ 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.5.1 - 2021-05-21
8+
## Changed
9+
- upgraded some dependencies (@devhammed)
10+
11+
## Fixed
12+
- body parser failing on invalid JSON
13+
14+
## 0.5.0 - 2021-05-14
15+
## Changed
16+
- example response format (@devhammed)
17+
18+
## Fixed
19+
- highlight.js not working
20+
- env vars with underscore format (@devhammed)
21+
722
## 0.4.4 - 2020-12-06
823
### Fixed
924
- Escaping in Python generator (thanks to @Psychokiller1888)

docs/bundle.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/bundle.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "insomnia-documenter",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "API documentation generator tool for Insomnia.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)