Skip to content

Commit

Permalink
AT-10890: Fix the date and cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
rddimon committed Nov 27, 2023
1 parent c16e9bc commit 13f6652
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down

0 comments on commit 13f6652

Please sign in to comment.