mirror of
https://github.com/scratchfoundation/scratch-webpack-configuration.git
synced 2025-08-28 22:09:15 -04:00
chore(release): 1.5.0 [skip ci]
# [1.5.0](https://github.com/scratchfoundation/scratch-webpack-configuration/compare/v1.4.0...v1.5.0) (2024-09-07) ### Features * support arraybuffer-loader through `?arrayBuffer` resource query ([2a263ff
](2a263ff6e5
))
This commit is contained in:
parent
2a263ff6e5
commit
4338fce160
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.5.0](https://github.com/scratchfoundation/scratch-webpack-configuration/compare/v1.4.0...v1.5.0) (2024-09-07)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* support arraybuffer-loader through `?arrayBuffer` resource query ([2a263ff](https://github.com/scratchfoundation/scratch-webpack-configuration/commit/2a263ff6e5f7cf895fac09d42866f3b6cf912e7f))
|
||||
|
||||
# [1.4.0](https://github.com/scratchfoundation/scratch-webpack-configuration/compare/v1.3.0...v1.4.0) (2024-07-29)
|
||||
|
||||
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "scratch-webpack-configuration",
|
||||
"version": "1.4.0",
|
||||
"version": "1.5.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "scratch-webpack-configuration",
|
||||
"version": "1.4.0",
|
||||
"version": "1.5.0",
|
||||
"license": "BSD-3-Clause",
|
||||
"dependencies": {
|
||||
"lodash.merge": "^4.6.2",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "scratch-webpack-configuration",
|
||||
"version": "1.4.0",
|
||||
"version": "1.5.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