mirror of
https://github.com/scratchfoundation/scratch-analysis.git
synced 2024-11-21 10:48:15 -05:00
Merge branch 'master' into develop
Some checks failed
build-scratch-analysis / setup (push) Has been cancelled
Some checks failed
build-scratch-analysis / setup (push) Has been cancelled
This commit is contained in:
commit
70c285340f
3 changed files with 28 additions and 3 deletions
25
CHANGELOG.md
Normal file
25
CHANGELOG.md
Normal file
|
@ -0,0 +1,25 @@
|
|||
# Changelog
|
||||
|
||||
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)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* fix version number ([428e191](https://github.com/scratchfoundation/scratch-analysis/commit/428e191a7f24760552ee40170353a9f7b599154a))
|
||||
|
||||
## [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
4
package-lock.json
generated
|
@ -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"
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Reference in a new issue