From 13f6652da64c73745261fdfa63f5e9c1b14d4f1a Mon Sep 17 00:00:00 2001 From: rddimon Date: Mon, 27 Nov 2023 17:16:04 +0200 Subject: [PATCH] AT-10890: Fix the date and cleanup https://amplify-education.atlassian.net/browse/AT-10890 --- CHANGELOG.md | 2 +- src/index.ts | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66e47492..4c05caf3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [7.2.1] - 2023-11-28 +## [7.2.1] - 2023-11-27 ### Fixed - Fixed log is undefined when plugin is added programatically diff --git a/src/index.ts b/src/index.ts index 9613cd51..4676bd90 100644 --- a/src/index.ts +++ b/src/index.ts @@ -15,7 +15,6 @@ import Logging from "./logging"; import {loadConfig} from "@aws-sdk/node-config-provider"; import {NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS} from "@aws-sdk/config-resolver"; import {ChangeAction} from "@aws-sdk/client-route-53"; -import {log} from "util"; class ServerlessCustomDomain {