mirror of
https://github.com/ivuorinen/base-configs-semantic-release.git
synced 2026-01-26 03:34:00 +00:00
# 1.0.0 (2025-12-06) ### Bug Fixes * **github-action:** update github/codeql-action (v3.29.0 → v3.29.2) ([#2](https://github.com/ivuorinen/base-configs-semantic-release/issues/2)) ([a3f1c53](a3f1c53777)) * **github-action:** update github/codeql-action (v3.29.2 → v3.29.4) ([#4](https://github.com/ivuorinen/base-configs-semantic-release/issues/4)) ([3fdef2a](3fdef2ad20)) * **github-action:** update github/codeql-action (v3.29.4 → v3.29.5) ([#6](https://github.com/ivuorinen/base-configs-semantic-release/issues/6)) ([b33a92d](b33a92dd02)) * **github-action:** update github/codeql-action (v3.29.5 → v3.29.8) ([#9](https://github.com/ivuorinen/base-configs-semantic-release/issues/9)) ([a3ed7e9](a3ed7e9c1e)) * **github-action:** update github/codeql-action (v3.29.8 → v3.29.9) ([#13](https://github.com/ivuorinen/base-configs-semantic-release/issues/13)) ([309977e](309977ec40)) * **github-action:** update github/codeql-action (v3.29.9 → v3.29.10) ([#14](https://github.com/ivuorinen/base-configs-semantic-release/issues/14)) ([6c7813b](6c7813beb4)) * **github-action:** update ivuorinen/actions (25.7.21 → 25.7.28) ([#7](https://github.com/ivuorinen/base-configs-semantic-release/issues/7)) ([c4ad4d5](c4ad4d5489)) * **github-action:** update ivuorinen/actions (25.7.7 → 25.7.21) ([#5](https://github.com/ivuorinen/base-configs-semantic-release/issues/5)) ([72ed775](72ed775457)) * **github-action:** update ivuorinen/actions (25.8.11 → 25.8.18) ([#15](https://github.com/ivuorinen/base-configs-semantic-release/issues/15)) ([e1f1cbf](e1f1cbf449)) * **github-action:** update ivuorinen/actions (25.8.4 → 25.8.11) ([#11](https://github.com/ivuorinen/base-configs-semantic-release/issues/11)) ([c138e92](c138e92c56)) * **github-release:** update adrienverge/yamllint (v1.37.0 → v1.37.1) ([#18](https://github.com/ivuorinen/base-configs-semantic-release/issues/18)) ([67b2620](67b2620144)) * **github-release:** update bridgecrewio/checkov (3.2.400 → 3.2.464) ([#19](https://github.com/ivuorinen/base-configs-semantic-release/issues/19)) ([c12d6cd](c12d6cd30f)) * **github-release:** update renovatebot/pre-commit-hooks (41.82.7 → 41.82.8) ([#26](https://github.com/ivuorinen/base-configs-semantic-release/issues/26)) ([1bfb208](1bfb20840c)) ### Features * **github-action:** update ivuorinen/actions (25.6.17 → 25.7.7) ([#3](https://github.com/ivuorinen/base-configs-semantic-release/issues/3)) ([d777728](d777728889)) * **github-action:** update ivuorinen/actions (25.7.28 → 25.8.4) ([#8](https://github.com/ivuorinen/base-configs-semantic-release/issues/8)) ([d9c3b91](d9c3b915e1)) * **github-release:** update igorshubovych/markdownlint-cli (v0.44.0 → v0.45.0) ([#20](https://github.com/ivuorinen/base-configs-semantic-release/issues/20)) ([7dd1898](7dd189830c)) * **github-release:** update koalaman/shellcheck-precommit (v0.10.0 → v0.11.0) ([#21](https://github.com/ivuorinen/base-configs-semantic-release/issues/21)) ([3ba15cb](3ba15cbeb9)) * initial import from base-configs ([320ca0c](320ca0cef9)) * release pipeline ([32c77b8](32c77b85d8)) * upgrade yarn, prettier format all, upgrade actions ([#74](https://github.com/ivuorinen/base-configs-semantic-release/issues/74)) ([1a41b48](1a41b48f0c))
53 lines
1.4 KiB
JSON
53 lines
1.4 KiB
JSON
{
|
|
"name": "@ivuorinen/semantic-release-config",
|
|
"version": "1.0.0",
|
|
"description": "ivuorinen's shareable configuration for semantic-release.",
|
|
"author": {
|
|
"name": "Ismo Vuorinen",
|
|
"url": "https://github.com/ivuorinen"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/ivuorinen/base-configs-semantic-release/issues"
|
|
},
|
|
"engines": {
|
|
"node": ">=20"
|
|
},
|
|
"files": [
|
|
"index.cjs",
|
|
"wrapper.mjs",
|
|
"scripts/*"
|
|
],
|
|
"homepage": "https://github.com/ivuorinen/base-configs-semantic-release#readme",
|
|
"keywords": [
|
|
"semantic-release-config",
|
|
"semantic-release",
|
|
"config",
|
|
"ivuorinen"
|
|
],
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"main": "index.cjs",
|
|
"module": "wrapper.mjs",
|
|
"exports": {
|
|
"import": "./wrapper.mjs",
|
|
"require": "./index.cjs"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/ivuorinen/base-configs-semantic-release.git"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "node scripts/postinstall.cjs"
|
|
},
|
|
"dependencies": {
|
|
"@ivuorinen/config-checker": "^1.1.13",
|
|
"@semantic-release/changelog": "^6.0.3",
|
|
"@semantic-release/git": "^10.0.1",
|
|
"semantic-release": "^25.0.2"
|
|
},
|
|
"packageManager": "yarn@4.12.0+sha512.f45ab632439a67f8bc759bf32ead036a1f413287b9042726b7cc4818b7b49e14e9423ba49b18f9e06ea4941c1ad062385b1d8760a8d5091a1a31e5f6219afca8"
|
|
}
|