mirror of
https://github.com/scratchfoundation/scratch-semantic-release-config.git
synced 2025-02-17 00:20:29 -05:00
chore(release): 1.0.13 [skip ci]
## [1.0.13](https://github.com/LLK/scratch-semantic-release-config/compare/v1.0.12...v1.0.13) (2024-02-22) ### Bug Fixes * **deps:** update dependency eslint-config-scratch to v9.0.6 ([4040a3b
](4040a3b4e6
))
This commit is contained in:
parent
4040a3b4e6
commit
f52e89f2c2
3 changed files with 10 additions and 3 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.13](https://github.com/LLK/scratch-semantic-release-config/compare/v1.0.12...v1.0.13) (2024-02-22)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **deps:** update dependency eslint-config-scratch to v9.0.6 ([4040a3b](https://github.com/LLK/scratch-semantic-release-config/commit/4040a3b4e6f9c03a726e8f6167b5766eb009c851))
|
||||
|
||||
## [1.0.12](https://github.com/LLK/scratch-semantic-release-config/compare/v1.0.11...v1.0.12) (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.12",
|
||||
"version": "1.0.13",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "scratch-semantic-release-config",
|
||||
"version": "1.0.12",
|
||||
"version": "1.0.13",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@semantic-release/changelog": "^6.0.1",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "scratch-semantic-release-config",
|
||||
"version": "1.0.12",
|
||||
"version": "1.0.13",
|
||||
"description": "semantic-release shareable configuration for Scratch",
|
||||
"main": "release.config.js",
|
||||
"files": [
|
||||
|
|
Loading…
Reference in a new issue