Skip to content

Commit

Permalink
Merge branch 'master' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
jairmilanes committed Oct 31, 2022
2 parents 95016a7 + 7407328 commit 8ba15b7
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.3.0"
".": "1.3.1"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [1.3.1](https://github.com/jairmilanes/hotbars/compare/hotbars-v1.3.0...hotbars-v1.3.1) (2022-10-29)


### Bug Fixes

* **cli:** added more command options ([e7804b9](https://github.com/jairmilanes/hotbars/commit/e7804b952a5bafcaa0ace807a26366d99cabd537))
* **cli:** fixed int parser on cli definition ([e7804b9](https://github.com/jairmilanes/hotbars/commit/e7804b952a5bafcaa0ace807a26366d99cabd537))
* fixed invalid path for extra files in release please config ([8392b66](https://github.com/jairmilanes/hotbars/commit/8392b664ce34dc2b6a3b98886a6f7eda87e34bf9))
* improved log messages ([e7804b9](https://github.com/jairmilanes/hotbars/commit/e7804b952a5bafcaa0ace807a26366d99cabd537))

## [1.3.0](https://github.com/jairmilanes/hotbars/compare/hotbars-v1.2.0...hotbars-v1.3.0) (2022-10-29)


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,7 +1,7 @@
{
"name": "@jmilanes/hotbars",
"description": "A modern hot reloading server highly configurable using express and handlebars for simple and fast website and applications development.",
"version": "1.3.0",
"version": "1.3.1",
"main": "dist/index.js",
"bin": {
"hotbars": "dist/index.js",
Expand Down

0 comments on commit 8ba15b7

Please sign in to comment.