mirror of
https://github.com/scratchfoundation/scratch-semantic-release-config.git
synced 2024-11-27 09:55:45 -05:00
chore(release): 1.0.11 [skip ci]
## [1.0.11](https://github.com/LLK/scratch-semantic-release-config/compare/v1.0.10...v1.0.11) (2024-02-21) ### Bug Fixes * **deps:** update dependency eslint-config-scratch to v9.0.4 ([4eb6ffd
](4eb6ffd452
))
This commit is contained in:
parent
c3bf1fe56c
commit
276fd1f7e0
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
|
All notable changes to this project will be documented in this file. See
|
||||||
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
## [1.0.11](https://github.com/LLK/scratch-semantic-release-config/compare/v1.0.10...v1.0.11) (2024-02-21)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **deps:** update dependency eslint-config-scratch to v9.0.4 ([4eb6ffd](https://github.com/LLK/scratch-semantic-release-config/commit/4eb6ffd452683e916315f9f8e93e1c903839c006))
|
||||||
|
|
||||||
## [1.0.10](https://github.com/LLK/scratch-semantic-release-config/compare/v1.0.9...v1.0.10) (2024-02-21)
|
## [1.0.10](https://github.com/LLK/scratch-semantic-release-config/compare/v1.0.9...v1.0.10) (2024-02-21)
|
||||||
|
|
||||||
|
|
||||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "scratch-semantic-release-config",
|
"name": "scratch-semantic-release-config",
|
||||||
"version": "1.0.10",
|
"version": "1.0.11",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "scratch-semantic-release-config",
|
"name": "scratch-semantic-release-config",
|
||||||
"version": "1.0.10",
|
"version": "1.0.11",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@semantic-release/changelog": "^6.0.1",
|
"@semantic-release/changelog": "^6.0.1",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "scratch-semantic-release-config",
|
"name": "scratch-semantic-release-config",
|
||||||
"version": "1.0.10",
|
"version": "1.0.11",
|
||||||
"description": "semantic-release shareable configuration for Scratch",
|
"description": "semantic-release shareable configuration for Scratch",
|
||||||
"main": "release.config.js",
|
"main": "release.config.js",
|
||||||
"files": [
|
"files": [
|
||||||
|
|
Loading…
Reference in a new issue