chore(release): 2.2.1 [skip ci]

## [2.2.1](https://github.com/scratchfoundation/scratch-analysis/compare/v2.2.0...v2.2.1) (2024-11-07)

### Bug Fixes

* fix version number some more ([b0ea4d9](b0ea4d9475))
This commit is contained in:
semantic-release-bot 2024-11-07 15:05:09 +00:00
parent b0ea4d9475
commit 2d40776693
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.
## [2.2.1](https://github.com/scratchfoundation/scratch-analysis/compare/v2.2.0...v2.2.1) (2024-11-07)
### Bug Fixes
* fix version number some more ([b0ea4d9](https://github.com/scratchfoundation/scratch-analysis/commit/b0ea4d947544d836ab075cd17ba12d4a001a4fd2))
# [2.2.0](https://github.com/scratchfoundation/scratch-analysis/compare/v2.1.1...v2.2.0) (2024-11-07)

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "scratch-analysis",
"version": "2.2.0",
"version": "2.2.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "scratch-analysis",
"version": "2.2.0",
"version": "2.2.1",
"license": "BSD-3-Clause",
"dependencies": {
"scratch-parser": "5.0.0"

View file

@ -1,6 +1,6 @@
{
"name": "scratch-analysis",
"version": "2.2.0",
"version": "2.2.1",
"description": "Analysis tool for summarizing the structure, composition, and complexity of Scratch programs.",
"main": "lib/index.js",
"directories": {