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 Dec 9, 2022
2 parents 9685c71 + e6ad622 commit 47ba2c2
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 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.7.4"
".": "1.7.5"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.7.5](https://github.com/jairmilanes/hotbars/compare/hotbars-v1.7.4...hotbars-v1.7.5) (2022-12-04)


### Bug Fixes

* build command to run sequencially ([a129212](https://github.com/jairmilanes/hotbars/commit/a129212b1ff98f9488048d45fb5d8d027b0e8134))

## [1.7.4](https://github.com/jairmilanes/hotbars/compare/hotbars-v1.7.3...hotbars-v1.7.4) (2022-12-04)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<!-- x-release-please-start-version -->

[![Licence](https://img.shields.io/github/license/Ileriayo/markdown-badges?style=for-the-badge)](./LICENSE)
[![Version](https://img.shields.io/badge/NPM-1.7.4?style=for-the-badge)](https://www.npmjs.com/package/@jmilanes/hotbars)
[![Version](https://img.shields.io/badge/NPM-1.7.5?style=for-the-badge)](https://www.npmjs.com/package/@jmilanes/hotbars)
![Documentation](https://img.shields.io/badge/Documentation-Yes-green?style=for-the-badge)
![Maintained](https://img.shields.io/badge/Maintained-Yes-brightgreen?style=for-the-badge)

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.7.4",
"version": "1.7.5",
"main": "dist/index.js",
"bin": {
"hotbars": "dist/cli.js"
Expand Down

0 comments on commit 47ba2c2

Please sign in to comment.