mirror of
https://github.com/scratchfoundation/scratch-semantic-release-config.git
synced 2024-11-23 16:08:09 -05:00
chore(release): 1.0.14 [skip ci]
## [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
](f39e937c7b
))
This commit is contained in:
parent
f39e937c7b
commit
1ed4d96167
3 changed files with 11 additions and 4 deletions
|
@ -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)
|
||||
|
||||
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue