Skip to content

Commit

Permalink
chore(release): 2.2.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.2.1](v2.2.0...v2.2.1) (2023-02-09)

### Bug Fixes

* default custom route title ([2f93ef7](2f93ef7))
  • Loading branch information
semantic-release-bot committed Feb 9, 2023
1 parent 2f93ef7 commit e7c8e65
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 11 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.2.1](https://github.com/ClearC2/headlamp/compare/v2.2.0...v2.2.1) (2023-02-09)


### Bug Fixes

* default custom route title ([2f93ef7](https://github.com/ClearC2/headlamp/commit/2f93ef7e459a2685b56c2ecd30171f2479b2ca62))

# [2.2.0](https://github.com/ClearC2/headlamp/compare/v2.1.1...v2.2.0) (2022-07-14)


Expand Down
2 changes: 1 addition & 1 deletion api-explorer-dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>Headlamp</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous">
<link href="/_docs/1.4fb97a2386cda86082bf.css" rel="stylesheet"><link href="/_docs/main.8d67c61bfa4e2256cb5d.css" rel="stylesheet"></head>
<link href="/_docs/1.2a68bf16f5cc3b87b538.css" rel="stylesheet"><link href="/_docs/main.8d67c61bfa4e2256cb5d.css" rel="stylesheet"></head>
<body>
<div id="app-root"></div>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
Expand Down
2 changes: 1 addition & 1 deletion api-explorer-dist/main.js

Large diffs are not rendered by default.

14 changes: 6 additions & 8 deletions api-explorer-dist/vendors~main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clearc2/headlamp",
"version": "2.2.0",
"version": "2.2.1",
"description": "Express API documenter",
"main": "lib/index.js",
"publishConfig": {
Expand Down

0 comments on commit e7c8e65

Please sign in to comment.