@binden/semantic-release-config 1.1.0 → 2.0.0
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 +17 -0
- package/index.d.ts +5 -5
- package/package.json +9 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [2.0.0](https://github.com/binden-js/semantic-release-config/compare/v1.1.1...v2.0.0) (2023-07-12)
|
|
4
|
+
|
|
5
|
+
### ⚠ BREAKING CHANGES
|
|
6
|
+
|
|
7
|
+
- bump `semantic-release` from `19.0.5` to `21.0.7`
|
|
8
|
+
|
|
9
|
+
### Dependencies
|
|
10
|
+
|
|
11
|
+
- bump `semantic-release` from `19.0.5` to `21.0.7` ([1aa1a3f](https://github.com/binden-js/semantic-release-config/commit/1aa1a3fbefad69f769e0a1f31b8c442333ca7f30))
|
|
12
|
+
- bump semantic-release/changelog from 6.0.1 to 6.0.3 ([0f51dd7](https://github.com/binden-js/semantic-release-config/commit/0f51dd76cc3119dc3c369a68a1e323b50d2b67f2))
|
|
13
|
+
|
|
14
|
+
## [1.1.1](https://github.com/binden-js/semantic-release-config/compare/v1.1.0...v1.1.1) (2022-09-04)
|
|
15
|
+
|
|
16
|
+
### Dependencies
|
|
17
|
+
|
|
18
|
+
- bump `semantic-release` from `19.0.3` to `19.0.5` ([bf6cb3d](https://github.com/binden-js/semantic-release-config/commit/bf6cb3d62bddb66497019813151af991e0419d4c))
|
|
19
|
+
|
|
3
20
|
## [1.1.0](https://github.com/binden-js/semantic-release-config/compare/v1.0.0...v1.1.0) (2022-07-28)
|
|
4
21
|
|
|
5
22
|
### Features
|
package/index.d.ts
CHANGED
|
@@ -18,7 +18,7 @@ declare const _default: {
|
|
|
18
18
|
{ type: "chore"; section: "Miscellaneous Chores"; hidden: true },
|
|
19
19
|
{ type: "refactor"; section: "Code Refactoring"; hidden: true },
|
|
20
20
|
{ type: "test"; section: "Tests"; hidden: true },
|
|
21
|
-
{ type: "ci"; section: "Continuous Integration"; hidden: true }
|
|
21
|
+
{ type: "ci"; section: "Continuous Integration"; hidden: true },
|
|
22
22
|
];
|
|
23
23
|
};
|
|
24
24
|
plugins: [
|
|
@@ -34,9 +34,9 @@ declare const _default: {
|
|
|
34
34
|
{ type: "build"; release: "patch" },
|
|
35
35
|
{ type: "initial"; release: "minor" },
|
|
36
36
|
{ type: "dependencies"; release: "patch" },
|
|
37
|
-
{ type: "peerDependencies"; release: "patch" }
|
|
37
|
+
{ type: "peerDependencies"; release: "patch" },
|
|
38
38
|
];
|
|
39
|
-
}
|
|
39
|
+
},
|
|
40
40
|
],
|
|
41
41
|
"@semantic-release/release-notes-generator",
|
|
42
42
|
["@semantic-release/changelog", { changelogTitle: "# Changelog" }],
|
|
@@ -44,8 +44,8 @@ declare const _default: {
|
|
|
44
44
|
"@semantic-release/github",
|
|
45
45
|
[
|
|
46
46
|
"@semantic-release/git",
|
|
47
|
-
{ assets: ["CHANGELOG.md", "package.json", "package-lock.json", "docs"] }
|
|
48
|
-
]
|
|
47
|
+
{ assets: ["CHANGELOG.md", "package.json", "package-lock.json", "docs"] },
|
|
48
|
+
],
|
|
49
49
|
];
|
|
50
50
|
};
|
|
51
51
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@binden/semantic-release-config",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"description": "Shareable semantic-release config (based on Conventional Commits)",
|
|
5
5
|
"main": ".releaserc.json",
|
|
6
6
|
"type": "commonjs",
|
|
@@ -11,7 +11,8 @@
|
|
|
11
11
|
},
|
|
12
12
|
"scripts": {
|
|
13
13
|
"commitlint": "commitlint --verbose --from=$( git rev-list --max-parents=0 $( git rev-parse --abbrev-ref HEAD ) )",
|
|
14
|
-
"install:clean": "
|
|
14
|
+
"install:clean": "npm install",
|
|
15
|
+
"preinstall:clean": "rm -rf node_modules package-lock.json",
|
|
15
16
|
"prepare": "husky install",
|
|
16
17
|
"prettier": "prettier -c .",
|
|
17
18
|
"prettier:write": "npm run prettier -- --write"
|
|
@@ -32,15 +33,15 @@
|
|
|
32
33
|
},
|
|
33
34
|
"homepage": "https://github.com/binden-js/semantic-release-config#readme",
|
|
34
35
|
"peerDependencies": {
|
|
35
|
-
"@semantic-release/changelog": "^6.0.
|
|
36
|
+
"@semantic-release/changelog": "^6.0.3",
|
|
36
37
|
"@semantic-release/git": "^10.0.1",
|
|
37
|
-
"semantic-release": "^
|
|
38
|
+
"semantic-release": "^21.0.7"
|
|
38
39
|
},
|
|
39
40
|
"devDependencies": {
|
|
40
|
-
"@binden/commitlint-config": "^1.0.
|
|
41
|
-
"husky": "^8.0.
|
|
42
|
-
"lint-staged": "^13.
|
|
43
|
-
"prettier": "^
|
|
41
|
+
"@binden/commitlint-config": "^1.0.2",
|
|
42
|
+
"husky": "^8.0.3",
|
|
43
|
+
"lint-staged": "^13.2.3",
|
|
44
|
+
"prettier": "^3.0.0"
|
|
44
45
|
},
|
|
45
46
|
"publishConfig": {
|
|
46
47
|
"access": "public"
|