diff --git a/CHANGELOG.md b/CHANGELOG.md index 35ac621..43ad19c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.14](https://github.com/scratchfoundation/scratch-semantic-release-config/compare/v1.0.13...v1.0.14) (2024-02-23) + + +### Bug Fixes + +* add Scratch to npm keywords ([f39e937](https://github.com/scratchfoundation/scratch-semantic-release-config/commit/f39e937c7b9282309e7745f5cf45ca53eb9afbde)) + ## [1.0.13](https://github.com/LLK/scratch-semantic-release-config/compare/v1.0.12...v1.0.13) (2024-02-22) diff --git a/package-lock.json b/package-lock.json index 35b8740..c4f28ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-semantic-release-config", - "version": "1.0.13", + "version": "1.0.14", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-semantic-release-config", - "version": "1.0.13", + "version": "1.0.14", "license": "MIT", "dependencies": { "@semantic-release/changelog": "^6.0.1", diff --git a/package.json b/package.json index da33f14..1a3a542 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-semantic-release-config", - "version": "1.0.13", + "version": "1.0.14", "description": "semantic-release shareable configuration for Scratch", "main": "release.config.js", "files": [ @@ -19,7 +19,7 @@ "url": "https://github.com/scratchfoundation/scratch-semantic-release-config.git" }, "keywords": [ - "Scratch", + "Scratch", "semantic-release", "semantic-release-config", "npm",