@binden/semantic-release-config 3.0.1 → 3.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## <small>3.0.2 (2025-06-29)</small>
|
|
4
|
+
|
|
5
|
+
- Merge pull request #87 from binden-js/dependabot/npm_and_yarn/lint-staged-16.1.2 ([8327c04](https://github.com/binden-js/semantic-release-config/commit/8327c04)), closes [#87](https://github.com/binden-js/semantic-release-config/issues/87)
|
|
6
|
+
- Merge pull request #90 from binden-js/dependabot/npm_and_yarn/prettier-3.6.2 ([458489d](https://github.com/binden-js/semantic-release-config/commit/458489d)), closes [#90](https://github.com/binden-js/semantic-release-config/issues/90)
|
|
7
|
+
- peerDependencies: bump `semantic-release` to `v24.2.6` ([1a24503](https://github.com/binden-js/semantic-release-config/commit/1a24503))
|
|
8
|
+
- devDependencies: bump lint-staged from 15.5.1 to 16.1.2 ([fb4e4b3](https://github.com/binden-js/semantic-release-config/commit/fb4e4b3))
|
|
9
|
+
- devDependencies: bump prettier from 3.5.3 to 3.6.2 ([5021492](https://github.com/binden-js/semantic-release-config/commit/5021492))
|
|
10
|
+
|
|
3
11
|
## <small>3.0.1 (2025-04-30)</small>
|
|
4
12
|
|
|
5
13
|
- Merge pull request #46 from binden-js/dependabot/npm_and_yarn/binden/commitlint-config-2.0.0 ([37bf3e0](https://github.com/binden-js/semantic-release-config/commit/37bf3e0)), closes [#46](https://github.com/binden-js/semantic-release-config/issues/46)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@binden/semantic-release-config",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.2",
|
|
4
4
|
"description": "Shareable semantic-release config (based on Conventional Commits)",
|
|
5
5
|
"main": ".releaserc.json",
|
|
6
6
|
"type": "commonjs",
|
|
@@ -35,13 +35,13 @@
|
|
|
35
35
|
"peerDependencies": {
|
|
36
36
|
"@semantic-release/changelog": "^6.0.3",
|
|
37
37
|
"@semantic-release/git": "^10.0.1",
|
|
38
|
-
"semantic-release": "^24.2.
|
|
38
|
+
"semantic-release": "^24.2.6"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@binden/commitlint-config": "^2.1.0",
|
|
42
42
|
"husky": "^9.1.7",
|
|
43
|
-
"lint-staged": "^
|
|
44
|
-
"prettier": "^3.
|
|
43
|
+
"lint-staged": "^16.1.2",
|
|
44
|
+
"prettier": "^3.6.2"
|
|
45
45
|
},
|
|
46
46
|
"publishConfig": {
|
|
47
47
|
"access": "public"
|