chore(release): 1.0.4 [skip ci]

## [1.0.4](https://github.com/LLK/scratch-semantic-release-config/compare/v1.0.3...v1.0.4) (2022-08-31)

### Bug Fixes

* **release:** run npm plugin before git so new package.json version gets committed ([a994008](a99400805b))
This commit is contained in:
semantic-release-bot 2022-08-31 15:50:25 +00:00
parent a99400805b
commit 37fef05346
3 changed files with 10 additions and 3 deletions

View file

@ -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.4](https://github.com/LLK/scratch-semantic-release-config/compare/v1.0.3...v1.0.4) (2022-08-31)
### Bug Fixes
* **release:** run npm plugin before git so new package.json version gets committed ([a994008](https://github.com/LLK/scratch-semantic-release-config/commit/a99400805bb9e62e2a8ee7ad10d77d3fc6a7088f))
## [1.0.3](https://github.com/LLK/scratch-semantic-release-config/compare/v1.0.2...v1.0.3) (2022-08-26) ## [1.0.3](https://github.com/LLK/scratch-semantic-release-config/compare/v1.0.2...v1.0.3) (2022-08-26)

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "scratch-semantic-release-config", "name": "scratch-semantic-release-config",
"version": "0.0.0", "version": "1.0.4",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "scratch-semantic-release-config", "name": "scratch-semantic-release-config",
"version": "0.0.0", "version": "1.0.4",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@semantic-release/changelog": "^6.0.1", "@semantic-release/changelog": "^6.0.1",

View file

@ -1,6 +1,6 @@
{ {
"name": "scratch-semantic-release-config", "name": "scratch-semantic-release-config",
"version": "0.0.0", "version": "1.0.4",
"description": "semantic-release shareable configuration for Scratch", "description": "semantic-release shareable configuration for Scratch",
"main": "release.config.js", "main": "release.config.js",
"files": [ "files": [