mirror of
https://github.com/scratchfoundation/scratch-analysis.git
synced 2025-07-02 15:40:20 -04:00
chore(release): 2.4.1 [skip ci]
## [2.4.1](https://github.com/scratchfoundation/scratch-analysis/compare/v2.4.0...v2.4.1) (2025-03-18) ### Bug Fixes * extraction of extensions ([344cf87
](344cf878dc
))
This commit is contained in:
parent
d78bacbc3e
commit
3ba56a0e4f
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
|
All notable changes to this project will be documented in this file. See
|
||||||
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
## [2.4.1](https://github.com/scratchfoundation/scratch-analysis/compare/v2.4.0...v2.4.1) (2025-03-18)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* extraction of extensions ([344cf87](https://github.com/scratchfoundation/scratch-analysis/commit/344cf878dcfe291489b8c459213ca111165a20f0))
|
||||||
|
|
||||||
# [2.4.0](https://github.com/scratchfoundation/scratch-analysis/compare/v2.3.0...v2.4.0) (2025-02-06)
|
# [2.4.0](https://github.com/scratchfoundation/scratch-analysis/compare/v2.3.0...v2.4.0) (2025-02-06)
|
||||||
|
|
||||||
|
|
||||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "scratch-analysis",
|
"name": "scratch-analysis",
|
||||||
"version": "2.4.0",
|
"version": "2.4.1",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "scratch-analysis",
|
"name": "scratch-analysis",
|
||||||
"version": "2.4.0",
|
"version": "2.4.1",
|
||||||
"license": "BSD-3-Clause",
|
"license": "BSD-3-Clause",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"scratch-parser": "5.0.0",
|
"scratch-parser": "5.0.0",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "scratch-analysis",
|
"name": "scratch-analysis",
|
||||||
"version": "2.4.0",
|
"version": "2.4.1",
|
||||||
"description": "Analysis tool for summarizing the structure, composition, and complexity of Scratch programs.",
|
"description": "Analysis tool for summarizing the structure, composition, and complexity of Scratch programs.",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"directories": {
|
"directories": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue