chore(release): 1.0.5 [skip ci]

## [1.0.5](https://github.com/LLK/scratch-semantic-release-config/compare/v1.0.4...v1.0.5) (2022-10-03)

### Bug Fixes

* **release:** limit release git commit message to 32k ([7d40354](7d40354117))
This commit is contained in:
semantic-release-bot 2022-10-03 18:34:48 +00:00
parent 2990abafd1
commit 67552b6440
3 changed files with 10 additions and 3 deletions

View file

@ -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.5](https://github.com/LLK/scratch-semantic-release-config/compare/v1.0.4...v1.0.5) (2022-10-03)
### Bug Fixes
* **release:** limit release git commit message to 32k ([7d40354](https://github.com/LLK/scratch-semantic-release-config/commit/7d4035411704dc7d7b1f239584869c886c003079))
## [1.0.4](https://github.com/LLK/scratch-semantic-release-config/compare/v1.0.3...v1.0.4) (2022-08-31)

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "scratch-semantic-release-config",
"version": "1.0.4",
"version": "1.0.5",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "scratch-semantic-release-config",
"version": "1.0.4",
"version": "1.0.5",
"license": "MIT",
"dependencies": {
"@semantic-release/changelog": "^6.0.1",

View file

@ -1,6 +1,6 @@
{
"name": "scratch-semantic-release-config",
"version": "1.0.4",
"version": "1.0.5",
"description": "semantic-release shareable configuration for Scratch",
"main": "release.config.js",
"files": [