mirror of
https://github.com/scratchfoundation/scratch-webpack-configuration.git
synced 2025-07-22 11:49:18 -04:00
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:
parent
c2f5451022
commit
8c6058d879
3 changed files with 10 additions and 3 deletions
|
@ -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
4
package-lock.json
generated
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue