From 8c6058d879bae4fe233443d96b1c59f723608870 Mon Sep 17 00:00:00 2001
From: semantic-release-bot <semantic-release-bot@martynus.net>
Date: Sat, 9 Mar 2024 04:08:29 +0000
Subject: [PATCH] chore(release): 1.1.0 [skip ci]

# [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))
---
 CHANGELOG.md      | 7 +++++++
 package-lock.json | 4 ++--
 package.json      | 2 +-
 3 files changed, 10 insertions(+), 3 deletions(-)

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",