From 84735016f53d38faaf2ab7749cd5c9f7fd935486 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 13 May 2022 20:40:52 +0000 Subject: [PATCH] chore(hapi-ip-whitelist-plugin): release v.1.0.1 [skip ci] ## 1.0.1 (2022-05-13) * fix(hapi-ip-whitelist-plugin): make it public ([fae3a67](https://github.com/jackdbd/calderone/commit/fae3a67)) * ci: add npm token for semantic-release bot ([4407cab](https://github.com/jackdbd/calderone/commit/4407cab)) * ci: try publishing to Artifact Registry ([3a86457](https://github.com/jackdbd/calderone/commit/3a86457)) * ci: update semantic-release config ([f5fe959](https://github.com/jackdbd/calderone/commit/f5fe959)) * ci: update semantic-release config ([3fe49c2](https://github.com/jackdbd/calderone/commit/3fe49c2)) * ci: update semantic-release config ([f0132a4](https://github.com/jackdbd/calderone/commit/f0132a4)) * fix(hapi-healthcheck-plugin,hapi-ip-whitelist-plugin): add a bunch of .npmignore ([fac9a88](https://github.com/jackdbd/calderone/commit/fac9a88)) * chore: cleanup semantic-release config ([3ee231a](https://github.com/jackdbd/calderone/commit/3ee231a)) --- packages/hapi-ip-whitelist-plugin/CHANGELOG.md | 11 +++++++++++ packages/hapi-ip-whitelist-plugin/package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/packages/hapi-ip-whitelist-plugin/CHANGELOG.md b/packages/hapi-ip-whitelist-plugin/CHANGELOG.md index 3658dcdc..c579b44a 100644 --- a/packages/hapi-ip-whitelist-plugin/CHANGELOG.md +++ b/packages/hapi-ip-whitelist-plugin/CHANGELOG.md @@ -1,5 +1,16 @@ # CHANGELOG +## 1.0.1 (2022-05-13) + +* fix(hapi-ip-whitelist-plugin): make it public ([fae3a67](https://github.com/jackdbd/calderone/commit/fae3a67)) +* ci: add npm token for semantic-release bot ([4407cab](https://github.com/jackdbd/calderone/commit/4407cab)) +* ci: try publishing to Artifact Registry ([3a86457](https://github.com/jackdbd/calderone/commit/3a86457)) +* ci: update semantic-release config ([f5fe959](https://github.com/jackdbd/calderone/commit/f5fe959)) +* ci: update semantic-release config ([3fe49c2](https://github.com/jackdbd/calderone/commit/3fe49c2)) +* ci: update semantic-release config ([f0132a4](https://github.com/jackdbd/calderone/commit/f0132a4)) +* fix(hapi-healthcheck-plugin,hapi-ip-whitelist-plugin): add a bunch of .npmignore ([fac9a88](https://github.com/jackdbd/calderone/commit/fac9a88)) +* chore: cleanup semantic-release config ([3ee231a](https://github.com/jackdbd/calderone/commit/3ee231a)) + ## @jackdbd/hapi-ip-whitelist-plugin 1.0.0 (2022-05-13) * ci: update multi-semanti-release config ([a2f4d69](https://github.com/jackdbd/calderone/commit/a2f4d69)) diff --git a/packages/hapi-ip-whitelist-plugin/package.json b/packages/hapi-ip-whitelist-plugin/package.json index fc27d22d..04c02e8a 100644 --- a/packages/hapi-ip-whitelist-plugin/package.json +++ b/packages/hapi-ip-whitelist-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@jackdbd/hapi-ip-whitelist-plugin", - "version": "0.0.1", + "version": "1.0.1", "description": "Hapi plugin to allow an IP whitelist", "author": "Giacomo Debidda (https://giacomodebidda.com/)", "license": "MIT",