From df89493540400211c7586cfe0e0bd29d53d6f578 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
 <41898282+github-actions[bot]@users.noreply.github.com>
Date: Tue, 17 Oct 2023 16:55:22 -0700
Subject: [PATCH] Publish v0.21.1 (#612)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
---
 .changeset/long-panthers-wonder.md | 5 -----
 .changeset/rotten-dragons-obey.md  | 5 -----
 CHANGELOG.md                       | 7 +++++++
 package.json                       | 2 +-
 4 files changed, 8 insertions(+), 11 deletions(-)
 delete mode 100644 .changeset/long-panthers-wonder.md
 delete mode 100644 .changeset/rotten-dragons-obey.md

diff --git a/.changeset/long-panthers-wonder.md b/.changeset/long-panthers-wonder.md
deleted file mode 100644
index a49cc06f1..000000000
--- a/.changeset/long-panthers-wonder.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"aws-sdk-js-codemod": patch
----
-
-Remove check for require global identifier
diff --git a/.changeset/rotten-dragons-obey.md b/.changeset/rotten-dragons-obey.md
deleted file mode 100644
index 109e130ca..000000000
--- a/.changeset/rotten-dragons-obey.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"aws-sdk-js-codemod": patch
----
-
-Add import equals declaration for named imports
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a30c38de8..1253a049b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
 # aws-sdk-js-codemod
 
+## 0.21.1
+
+### Patch Changes
+
+- Remove check for require global identifier ([a01e797](https://github.com/awslabs/aws-sdk-js-codemod/commit/a01e797))
+- Add import equals declaration for named imports ([91b67f0](https://github.com/awslabs/aws-sdk-js-codemod/commit/91b67f0))
+
 ## 0.21.0
 
 ### Minor Changes
diff --git a/package.json b/package.json
index 86b3cb05a..9db5a1b1b 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "aws-sdk-js-codemod",
-  "version": "0.21.0",
+  "version": "0.21.1",
   "description": "Collection of codemod scripts that help update AWS SDK for JavaScript APIs",
   "keywords": [
     "jscodeshift",