mirror of
https://github.com/scratchfoundation/scratch-semantic-release-config.git
synced 2025-02-17 08:30:42 -05:00
chore(release): 1.0.10 [skip ci]
## [1.0.10](https://github.com/LLK/scratch-semantic-release-config/compare/v1.0.9...v1.0.10) (2024-02-21) ### Reverts * Revert "chore(deps): use js-lib-bundled Renovate config" ([76c051a
](76c051a2c9
))
This commit is contained in:
parent
76c051a2c9
commit
6c785bbd67
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.10](https://github.com/LLK/scratch-semantic-release-config/compare/v1.0.9...v1.0.10) (2024-02-21)
|
||||||
|
|
||||||
|
|
||||||
|
### Reverts
|
||||||
|
|
||||||
|
* Revert "chore(deps): use js-lib-bundled Renovate config" ([76c051a](https://github.com/LLK/scratch-semantic-release-config/commit/76c051a2c900d97632da2e14fe1ec9d090dc0bb2))
|
||||||
|
|
||||||
## [1.0.9](https://github.com/LLK/scratch-semantic-release-config/compare/v1.0.8...v1.0.9) (2024-02-21)
|
## [1.0.9](https://github.com/LLK/scratch-semantic-release-config/compare/v1.0.8...v1.0.9) (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.9",
|
"version": "1.0.10",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "scratch-semantic-release-config",
|
"name": "scratch-semantic-release-config",
|
||||||
"version": "1.0.9",
|
"version": "1.0.10",
|
||||||
"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.9",
|
"version": "1.0.10",
|
||||||
"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