From 8b0e9a666d75f12f3830bb8a827714ae08b49fda Mon Sep 17 00:00:00 2001 From: denobot <33910674+denobot@users.noreply.github.com> Date: Thu, 13 Jun 2024 12:48:24 +0900 Subject: [PATCH] chore: update for 1.44.2 (#497) Co-authored-by: Divy Srivastava --- deploy/manual/fulfillment-policy.md | 35 +++++++++++++++++++---------- replacements.json | 2 +- 2 files changed, 24 insertions(+), 13 deletions(-) diff --git a/deploy/manual/fulfillment-policy.md b/deploy/manual/fulfillment-policy.md index ce8fdb9a7..3cdaaee78 100644 --- a/deploy/manual/fulfillment-policy.md +++ b/deploy/manual/fulfillment-policy.md @@ -1,19 +1,30 @@ # Fulfillment Policy -## Refund Policy +## Refund Policy -At Deno Deploy, we strive to provide exceptional service. If you are not satisfied with our service, you may request a refund under the following conditions: +At Deno Deploy, we strive to provide exceptional service. If you are not +satisfied with our service, you may request a refund under the following +conditions: -A refund must be requested within 14 days of the initial purchase or upgrade of any subscription plan. -Refunds may be considered if the service fails to function correctly and if the issue cannot be resolved by our support team within a reasonable time frame. -No refunds will be issued for services used in violation of our terms of service or for problems clearly attributable to user error or external platform changes. -Recurring subscriptions may be canceled but are only eligible for a refund for the initial billing cycle if requested within the 14-day period. +A refund must be requested within 14 days of the initial purchase or upgrade of +any subscription plan. Refunds may be considered if the service fails to +function correctly and if the issue cannot be resolved by our support team +within a reasonable time frame. No refunds will be issued for services used in +violation of our terms of service or for problems clearly attributable to user +error or external platform changes. Recurring subscriptions may be canceled but +are only eligible for a refund for the initial billing cycle if requested within +the 14-day period. -## Cancellation Policy +## Cancellation Policy -You can cancel your Deno Deploy subscription at any time under the following terms: +You can cancel your Deno Deploy subscription at any time under the following +terms: -Subscription cancellations are effective immediately, and the service will continue to run until the end of the current billing period. -To cancel your subscription, please navigate to your account settings on the Deno Deploy dashboard and select 'Cancel Subscription'. -Once the subscription is canceled, no further charges will be incurred, but you are responsible for any charges accrued before the effective date of cancellation. -Contact Us For more information about our fulfillment policies, or if you require assistance, please contact our support team at [deploy@deno.com](mailto:deploy@deno.com). +Subscription cancellations are effective immediately, and the service will +continue to run until the end of the current billing period. To cancel your +subscription, please navigate to your account settings on the Deno Deploy +dashboard and select 'Cancel Subscription'. Once the subscription is canceled, +no further charges will be incurred, but you are responsible for any charges +accrued before the effective date of cancellation. Contact Us For more +information about our fulfillment policies, or if you require assistance, please +contact our support team at [deploy@deno.com](mailto:deploy@deno.com). diff --git a/replacements.json b/replacements.json index 02aa20e39..d94002462 100644 --- a/replacements.json +++ b/replacements.json @@ -1,4 +1,4 @@ { - "CLI_VERSION": "1.44.1", + "CLI_VERSION": "1.44.2", "STD_VERSION": "0.224.0" }