chore(deps-dev): bump @hugo-fixit/fixit-releaser from 1.1.1 to 1.1.4 (#573)

Bumps [@hugo-fixit/fixit-releaser](https://github.com/hugo-fixit/fixit-releaser) from 1.1.1 to 1.1.4.
- [Release notes](https://github.com/hugo-fixit/fixit-releaser/releases)
- [Commits](https://github.com/hugo-fixit/fixit-releaser/compare/v1.1.1...v1.1.4)

---
updated-dependencies:
- dependency-name: "@hugo-fixit/fixit-releaser"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-03-06 11:50:11 +08:00
committed by GitHub
parent 7d41c8af85
commit ad01016092
2 changed files with 6 additions and 6 deletions
+5 -5
View File
@@ -9,7 +9,7 @@
"version": "0.3.16",
"license": "MIT",
"devDependencies": {
"@hugo-fixit/fixit-releaser": "^1.1.1",
"@hugo-fixit/fixit-releaser": "^1.1.4",
"husky": "^9.1.7"
},
"engines": {
@@ -17,13 +17,13 @@
}
},
"node_modules/@hugo-fixit/fixit-releaser": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/@hugo-fixit/fixit-releaser/-/fixit-releaser-1.1.1.tgz",
"integrity": "sha512-xG2gOSu62kweyAXKX6ki4nNje0Kl2O1tcx3AlBL4fa5zkklppCcPswZHJ6spglGuYLJAZX3zpeBNV+GS+p+BKQ==",
"version": "1.1.4",
"resolved": "https://registry.npmjs.org/@hugo-fixit/fixit-releaser/-/fixit-releaser-1.1.4.tgz",
"integrity": "sha512-95LpqiKKAASrfbig49fH6wcit4VF9+e4LtjHHmiYNRFjuHAn25+6oau+PpgyoQO/46bvqYrOddZik3fxjVVY5w==",
"dev": true,
"license": "MIT",
"dependencies": {
"auto-changelog": "^2.4.0"
"auto-changelog": "^2.5.0"
},
"bin": {
"fixit-releaser": "dist/bin/cli.js"
+1 -1
View File
@@ -30,7 +30,7 @@
"prepare": "husky"
},
"devDependencies": {
"@hugo-fixit/fixit-releaser": "^1.1.1",
"@hugo-fixit/fixit-releaser": "^1.1.4",
"husky": "^9.1.7"
},
"engines": {