Skip to content

Commit 8c6058d

Browse files
chore(release): 1.1.0 [skip ci]
# [1.1.0](v1.0.0...v1.1.0) (2024-03-09) ### Features * add clone() method ([c2f5451](c2f5451))
1 parent c2f5451 commit 8c6058d

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file. See
44
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.1.0](https://github.com/scratchfoundation/scratch-webpack-configuration/compare/v1.0.0...v1.1.0) (2024-03-09)
7+
8+
9+
### Features
10+
11+
* add clone() method ([c2f5451](https://github.com/scratchfoundation/scratch-webpack-configuration/commit/c2f5451022f99951dd0a1725f5fb752514882229))
12+
613
# 1.0.0 (2024-03-09)
714

815

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "scratch-webpack-configuration",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Shared configuration for Scratch's use of webpack",
55
"main": "src/index.cjs",
66
"type": "commonjs",

0 commit comments

Comments
 (0)