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](c2f5451022))
This commit is contained in:
semantic-release-bot 2024-03-09 04:08:29 +00:00
parent c2f5451022
commit 8c6058d879
3 changed files with 10 additions and 3 deletions

View file

@ -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)

4
package-lock.json generated
View file

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

View file

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