Skip to content

Commit 2d40776

Browse files
chore(release): 2.2.1 [skip ci]
## [2.2.1](v2.2.0...v2.2.1) (2024-11-07) ### Bug Fixes * fix version number some more ([b0ea4d9](b0ea4d9))
1 parent b0ea4d9 commit 2d40776

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file. See
44
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.2.1](https://github.com/scratchfoundation/scratch-analysis/compare/v2.2.0...v2.2.1) (2024-11-07)
7+
8+
9+
### Bug Fixes
10+
11+
* fix version number some more ([b0ea4d9](https://github.com/scratchfoundation/scratch-analysis/commit/b0ea4d947544d836ab075cd17ba12d4a001a4fd2))
12+
613
# [2.2.0](https://github.com/scratchfoundation/scratch-analysis/compare/v2.1.1...v2.2.0) (2024-11-07)
714

815

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "scratch-analysis",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "Analysis tool for summarizing the structure, composition, and complexity of Scratch programs.",
55
"main": "lib/index.js",
66
"directories": {

0 commit comments

Comments
 (0)