Skip to content

Commit b8eafc4

Browse files
chore(release): 2.3.0 [skip ci]
# [2.3.0](v2.2.1...v2.3.0) (2025-01-28) ### Features * fix version number ([9715b00](9715b00))
1 parent 80d9675 commit b8eafc4

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.3.0](https://github.com/scratchfoundation/scratch-analysis/compare/v2.2.1...v2.3.0) (2025-01-28)
7+
8+
9+
### Features
10+
11+
* fix version number ([9715b00](https://github.com/scratchfoundation/scratch-analysis/commit/9715b001ed52dc9651377417e3439f6bccc82700))
12+
613
## [2.2.1](https://github.com/scratchfoundation/scratch-analysis/compare/v2.2.0...v2.2.1) (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.1",
3+
"version": "2.3.0",
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)