mirror of
https://github.com/scratchfoundation/scratch-semantic-release-config.git
synced 2024-11-27 01:45:50 -05:00
chore(release): 1.0.16 [skip ci]
## [1.0.16](https://github.com/scratchfoundation/scratch-semantic-release-config/compare/v1.0.15...v1.0.16) (2024-09-11) ### Bug Fixes * try to store npm tarball in /tmp dir named with git hash ([76d5a20
](76d5a20805
))
This commit is contained in:
parent
76d5a20805
commit
125c5a0799
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.16](https://github.com/scratchfoundation/scratch-semantic-release-config/compare/v1.0.15...v1.0.16) (2024-09-11)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* try to store npm tarball in /tmp dir named with git hash ([76d5a20](https://github.com/scratchfoundation/scratch-semantic-release-config/commit/76d5a2080585ef3bf24c7c11540a8b19bb194cbb))
|
||||
|
||||
## [1.0.15](https://github.com/scratchfoundation/scratch-semantic-release-config/compare/v1.0.14...v1.0.15) (2024-09-10)
|
||||
|
||||
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "scratch-semantic-release-config",
|
||||
"version": "1.0.15",
|
||||
"version": "1.0.16",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "scratch-semantic-release-config",
|
||||
"version": "1.0.15",
|
||||
"version": "1.0.16",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@semantic-release/changelog": "^6.0.1",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "scratch-semantic-release-config",
|
||||
"version": "1.0.15",
|
||||
"version": "1.0.16",
|
||||
"description": "semantic-release shareable configuration for Scratch",
|
||||
"main": "release.config.js",
|
||||
"files": [
|
||||
|
|
Loading…
Reference in a new issue