Skip to content

Commit

Permalink
chore(hapi-healthcheck-plugin): release v.1.0.3 [skip ci]
Browse files Browse the repository at this point in the history
## <small>1.0.3 (2022-06-14)</small>

* fix(hapi-healthcheck-plugin): add "files" key in package.json ([a840f71](a840f71))
* chore: add homepage in each package.json ([3e45595](3e45595))
* chore: cleanup ([716ee18](716ee18))
* chore: cleanup scripts ([f8b4410](f8b4410))
* chore: improve script that publishes to npmjs ([eeca448](eeca448))
* chore: update semantic-release config ([7f85707](7f85707))
* docs: add badges in READMEs ([75a2fe6](75a2fe6))
* docs: add link to generated docs in each package README ([435d090](435d090))
* docs: rebuild all docs ([ed00bd6](ed00bd6))
* docs: rebuild docs ([d9d76a5](d9d76a5))
* docs: rebuild docs ([599e4f2](599e4f2))
* docs: rebuild docs ([f9ccc97](f9ccc97))
* docs(hapi-healthcheck-plugin): configure API Extractor and TypeDoc ([732cf81](732cf81))
* ci: run CI on GitHub workflow, not Cloud Build ([b63cc91](b63cc91))
  • Loading branch information
semantic-release-bot committed Jun 14, 2022
1 parent 7116f55 commit 5285cf6
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions packages/hapi-healthcheck-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# CHANGELOG

## <small>1.0.3 (2022-06-14)</small>

* fix(hapi-healthcheck-plugin): add "files" key in package.json ([a840f71](https://github.com/jackdbd/calderone/commit/a840f71))
* chore: add homepage in each package.json ([3e45595](https://github.com/jackdbd/calderone/commit/3e45595))
* chore: cleanup ([716ee18](https://github.com/jackdbd/calderone/commit/716ee18))
* chore: cleanup scripts ([f8b4410](https://github.com/jackdbd/calderone/commit/f8b4410))
* chore: improve script that publishes to npmjs ([eeca448](https://github.com/jackdbd/calderone/commit/eeca448))
* chore: update semantic-release config ([7f85707](https://github.com/jackdbd/calderone/commit/7f85707))
* docs: add badges in READMEs ([75a2fe6](https://github.com/jackdbd/calderone/commit/75a2fe6))
* docs: add link to generated docs in each package README ([435d090](https://github.com/jackdbd/calderone/commit/435d090))
* docs: rebuild all docs ([ed00bd6](https://github.com/jackdbd/calderone/commit/ed00bd6))
* docs: rebuild docs ([d9d76a5](https://github.com/jackdbd/calderone/commit/d9d76a5))
* docs: rebuild docs ([599e4f2](https://github.com/jackdbd/calderone/commit/599e4f2))
* docs: rebuild docs ([f9ccc97](https://github.com/jackdbd/calderone/commit/f9ccc97))
* docs(hapi-healthcheck-plugin): configure API Extractor and TypeDoc ([732cf81](https://github.com/jackdbd/calderone/commit/732cf81))
* ci: run CI on GitHub workflow, not Cloud Build ([b63cc91](https://github.com/jackdbd/calderone/commit/b63cc91))

## <small>1.0.2 (2022-05-18)</small>

* fix(hapi-healthcheck-plugin): add instructions in README ([69fe9f9](https://github.com/jackdbd/calderone/commit/69fe9f9))
Expand Down
2 changes: 1 addition & 1 deletion packages/hapi-healthcheck-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jackdbd/hapi-healthcheck-plugin",
"version": "1.0.2",
"version": "1.0.3",
"description": "Hapi plugin for a healthcheck",
"author": {
"name": "Giacomo Debidda",
Expand Down

0 comments on commit 5285cf6

Please sign in to comment.