mirror of
https://github.com/scratchfoundation/scratch-semantic-release-config.git
synced 2025-02-17 00:20:29 -05:00
chore(release): 1.0.9 [skip ci]
## [1.0.9](https://github.com/LLK/scratch-semantic-release-config/compare/v1.0.8...v1.0.9) (2024-02-21) ### Bug Fixes * bump version to sync with npm registry ([96c98fe
](96c98fec1b
))
This commit is contained in:
parent
96c98fec1b
commit
a5f9bbde52
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.9](https://github.com/LLK/scratch-semantic-release-config/compare/v1.0.8...v1.0.9) (2024-02-21)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* bump version to sync with npm registry ([96c98fe](https://github.com/LLK/scratch-semantic-release-config/commit/96c98fec1bce0f1fbeb503790ee758c3e4c21ab5))
|
||||
|
||||
## [1.0.8](https://github.com/LLK/scratch-semantic-release-config/compare/v1.0.7...v1.0.8) (2023-07-01)
|
||||
|
||||
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "scratch-semantic-release-config",
|
||||
"version": "1.0.8",
|
||||
"version": "1.0.9",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "scratch-semantic-release-config",
|
||||
"version": "1.0.8",
|
||||
"version": "1.0.9",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@semantic-release/changelog": "^6.0.1",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "scratch-semantic-release-config",
|
||||
"version": "1.0.8",
|
||||
"version": "1.0.9",
|
||||
"description": "semantic-release shareable configuration for Scratch",
|
||||
"main": "release.config.js",
|
||||
"files": [
|
||||
|
|
Loading…
Reference in a new issue