From 0d0ffe2a64a81560aa7f755d30efe6ac9a3037b7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 7 Nov 2024 14:58:20 +0000 Subject: [PATCH] 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](https://github.com/scratchfoundation/scratch-analysis/commit/3a84ed33540a29348a5bc0d50ef84cc34ba6c46d)) --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..26668f7 --- /dev/null +++ b/CHANGELOG.md @@ -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)) diff --git a/package-lock.json b/package-lock.json index 6e4cae6..3d1e204 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-analysis", - "version": "2.2.0", + "version": "2.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "scratch-analysis", - "version": "2.2.0", + "version": "2.1.1", "license": "BSD-3-Clause", "dependencies": { "scratch-parser": "5.0.0" diff --git a/package.json b/package.json index 4ac474f..e845542 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-analysis", - "version": "2.2.0", + "version": "2.1.1", "description": "Analysis tool for summarizing the structure, composition, and complexity of Scratch programs.", "main": "lib/index.js", "directories": {