chore(release): 2.1.1 [skip ci]

## [2.1.1](https://github.com/scratchfoundation/scratch-analysis/compare/v2.1.0...v2.1.1) (2024-11-07)

### Bug Fixes

* **release:** add semantic-release config ([3a84ed3](3a84ed3354))
This commit is contained in:
semantic-release-bot 2024-11-07 14:58:20 +00:00
parent 8227b37697
commit 0d0ffe2a64
3 changed files with 14 additions and 3 deletions

11
CHANGELOG.md Normal file
View file

@ -0,0 +1,11 @@
# Changelog
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.1.1](https://github.com/scratchfoundation/scratch-analysis/compare/v2.1.0...v2.1.1) (2024-11-07)
### Bug Fixes
* **release:** add semantic-release config ([3a84ed3](https://github.com/scratchfoundation/scratch-analysis/commit/3a84ed33540a29348a5bc0d50ef84cc34ba6c46d))

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{ {
"name": "scratch-analysis", "name": "scratch-analysis",
"version": "2.2.0", "version": "2.1.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": {