Skip to content

Commit 0d0ffe2

Browse files
chore(release): 2.1.1 [skip ci]
## [2.1.1](v2.1.0...v2.1.1) (2024-11-07) ### Bug Fixes * **release:** add semantic-release config ([3a84ed3](3a84ed3))
1 parent 8227b37 commit 0d0ffe2

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

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

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.1.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)