diff --git a/CHANGELOG.md b/CHANGELOG.md
index 80cd669..411afc8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,13 @@
 All notable changes to this project will be documented in this file. See
 [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+# [1.1.0](https://github.com/scratchfoundation/scratch-webpack-configuration/compare/v1.0.0...v1.1.0) (2024-03-09)
+
+
+### Features
+
+* add clone() method ([c2f5451](https://github.com/scratchfoundation/scratch-webpack-configuration/commit/c2f5451022f99951dd0a1725f5fb752514882229))
+
 # 1.0.0 (2024-03-09)
 
 
diff --git a/package-lock.json b/package-lock.json
index 5838971..d82c5f8 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "scratch-webpack-configuration",
-  "version": "1.0.0",
+  "version": "1.1.0",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "scratch-webpack-configuration",
-      "version": "1.0.0",
+      "version": "1.1.0",
       "license": "BSD-3-Clause",
       "dependencies": {
         "lodash.merge": "^4.6.2",
diff --git a/package.json b/package.json
index 92a957c..698c186 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "scratch-webpack-configuration",
-  "version": "1.0.0",
+  "version": "1.1.0",
   "description": "Shared configuration for Scratch's use of webpack",
   "main": "src/index.cjs",
   "type": "commonjs",