Skip to content

Commit

Permalink
Merge pull request #75 from jairmilanes/release-please--branches--mas…
Browse files Browse the repository at this point in the history
…ter--components--hotbars

chore(master): release hotbars 1.8.5
  • Loading branch information
jairmilanes authored Dec 20, 2022
2 parents 3a11a37 + 3d3bb62 commit fdd86fa
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.8.4"
".": "1.8.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.8.5](https://github.com/jairmilanes/hotbars/compare/hotbars-v1.8.4...hotbars-v1.8.5) (2022-12-20)


### Bug Fixes

* missing module typo ([42a238a](https://github.com/jairmilanes/hotbars/commit/42a238a45cb3ceaf78876d92e72a9f17e8a70767))

## [1.8.4](https://github.com/jairmilanes/hotbars/compare/hotbars-v1.8.3...hotbars-v1.8.4) (2022-12-20)


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.8.4?style=for-the-badge)](https://www.npmjs.com/package/@jmilanes/hotbars)
[![Version](https://img.shields.io/badge/NPM-1.8.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.8.4",
"version": "1.8.5",
"main": "dist/index.js",
"bin": {
"hotbars": "dist/cli.js"
Expand Down

0 comments on commit fdd86fa

Please sign in to comment.