Skip to content

Commit

Permalink
chore(release): 3.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [3.0.1](3.0.0...3.0.1) (2021-09-14)

### Bug Fixes

* remove highlight warning ([e9fd47e](e9fd47e))
* use yargs instead of optimist (fixes [#65](#65)) ([d311d00](d311d00))
  • Loading branch information
semantic-release-bot authored and sinedied committed Sep 14, 2021
1 parent 76130b2 commit f4c96fa
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [3.0.1](https://github.com/sinedied/hads/compare/3.0.0...3.0.1) (2021-09-14)


### Bug Fixes

* remove highlight warning ([e9fd47e](https://github.com/sinedied/hads/commit/e9fd47e204aadc54fb4d53a7bdb0e44957ccd8e7))
* use yargs instead of optimist (fixes [#65](https://github.com/sinedied/hads/issues/65)) ([d311d00](https://github.com/sinedied/hads/commit/d311d005d2c20e8fd2cc37cc48ed3f2f56988a06))

# [3.0.0](https://github.com/sinedied/hads/compare/2.1.0...3.0.0) (2021-01-11)


Expand Down
4 changes: 2 additions & 2 deletions 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": "hads",
"version": "3.0.0",
"version": "3.0.1",
"description": "Fast web server allowing to browse, search and edit project documentation written in Markdown",
"repository": {
"type": "git",
Expand Down

0 comments on commit f4c96fa

Please sign in to comment.