Skip to content

Commit

Permalink
chore(hapi-ip-whitelist-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-15)</small>

* fix(hapi-ip-whitelist-plugin): add "files" key in package.json ([7a145d6](7a145d6))
* 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-ip-whitelist-plugin): configure API Extractor and TypeDoc ([2048a53](2048a53))
* ci: run CI on GitHub workflow, not Cloud Build ([b63cc91](b63cc91))
* Merge branch 'main' of github.com:jackdbd/calderone ([fa5265e](fa5265e))
  • Loading branch information
semantic-release-bot committed Jun 15, 2022
1 parent 5285cf6 commit 29e36ba
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions packages/hapi-ip-whitelist-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# CHANGELOG

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

* fix(hapi-ip-whitelist-plugin): add "files" key in package.json ([7a145d6](https://github.com/jackdbd/calderone/commit/7a145d6))
* 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-ip-whitelist-plugin): configure API Extractor and TypeDoc ([2048a53](https://github.com/jackdbd/calderone/commit/2048a53))
* ci: run CI on GitHub workflow, not Cloud Build ([b63cc91](https://github.com/jackdbd/calderone/commit/b63cc91))
* Merge branch 'main' of github.com:jackdbd/calderone ([fa5265e](https://github.com/jackdbd/calderone/commit/fa5265e))

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

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

0 comments on commit 29e36ba

Please sign in to comment.