Skip to content

Commit

Permalink
fix: reseting deployment version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jairmilanes committed Oct 28, 2022
1 parent d6b6d9a commit 13c1c74
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 22 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.2.0"
".": "1.0.0"
}
4 changes: 3 additions & 1 deletion .verb.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# Cobra - Dev
# Hotbars


17 changes: 0 additions & 17 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +0,0 @@
# Changelog

## [1.2.0](https://github.com/jairmilanes/hotbars/compare/hotbars-v1.1.0...hotbars-v1.2.0) (2022-10-28)


### Features

* fized missing id from workflows configuration for NPM publishing ([759e6f9](https://github.com/jairmilanes/hotbars/commit/759e6f98bdfa4a07d6816ab5c270a330fafc1953))

## [1.1.0](https://github.com/jairmilanes/hotbars/compare/hotbars-v1.0.0...hotbars-v1.1.0) (2022-10-28)


### Features

* configured release please action for automated releases and npm publishing ([eebf6ac](https://github.com/jairmilanes/hotbars/commit/eebf6ac805bb3a03dde4e85b6d9e48e330426d77))
* first commit ([87d3e35](https://github.com/jairmilanes/hotbars/commit/87d3e355f52821a4f53d9131c888ee6bd742b6a5))
* fixed github workflows dir name ([55f5217](https://github.com/jairmilanes/hotbars/commit/55f5217c2c917deeb61f4e102ec5aea2be14eeb0))
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.2.0",
"version": "1.0.0",
"main": "dist/index.js",
"bin": {
"hhr": "dist/index.js"
Expand Down

0 comments on commit 13c1c74

Please sign in to comment.