Skip to content

Commit

Permalink
bump version, update docs, and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jozsefsallai committed May 21, 2021
1 parent dd0d489 commit c9d1cdd
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 4 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@ 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.5.1 - 2021-05-21
## Changed
- upgraded some dependencies (@devhammed)

## Fixed
- body parser failing on invalid JSON

## 0.5.0 - 2021-05-14
## Changed
- example response format (@devhammed)

## Fixed
- highlight.js not working
- env vars with underscore format (@devhammed)

## 0.4.4 - 2020-12-06
### Fixed
- Escaping in Python generator (thanks to @Psychokiller1888)
Expand Down
2 changes: 1 addition & 1 deletion docs/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/bundle.js.map

Large diffs are not rendered by default.

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": "insomnia-documenter",
"version": "0.5.0",
"version": "0.5.1",
"description": "API documentation generator tool for Insomnia.",
"repository": {
"type": "git",
Expand Down

0 comments on commit c9d1cdd

Please sign in to comment.