@bizon/semantic-release-config 2.0.0 → 2.1.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.
Files changed (2) hide show
  1. package/README.md +1 -2
  2. package/package.json +11 -6
package/README.md CHANGED
@@ -15,14 +15,13 @@
15
15
  ## Install
16
16
 
17
17
  ```
18
- $ yarn add --dev @bizon/semantic-release-config
18
+ $ pnpm add -D @bizon/semantic-release-config
19
19
  ```
20
20
 
21
21
  ## License
22
22
 
23
23
  MIT © [Bizon](https://github.com/bizon)
24
24
 
25
-
26
25
  ## Miscellaneous
27
26
 
28
27
  ```
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@bizon/semantic-release-config",
3
- "version": "2.0.0",
3
+ "version": "2.1.0",
4
4
  "description": "Semantic Release configuration for Bizon repositories",
5
- "repository": "https://github.com/bizon/semantic-release",
5
+ "repository": "https://github.com/bizon/semantic-release-config",
6
6
  "author": "Bertrand Marron <bertrand.marron@gmail.com>",
7
7
  "main": "index.js",
8
8
  "files": [
@@ -13,16 +13,21 @@
13
13
  "node": ">=18"
14
14
  },
15
15
  "scripts": {
16
+ "preinstall": "npx only-allow pnpm",
16
17
  "build": "tsc",
17
18
  "watch": "tsc -w"
18
19
  },
19
20
  "dependencies": {
20
- "@semantic-release/git": "^10.0.0"
21
+ "@semantic-release/commit-analyzer": "^10.0.1",
22
+ "@semantic-release/git": "^10.0.1",
23
+ "@semantic-release/github": "^9.0.4",
24
+ "@semantic-release/npm": "^10.0.4",
25
+ "@semantic-release/release-notes-generator": "^11.0.4"
21
26
  },
22
27
  "devDependencies": {
23
- "eslint-config-xo-bizon": "^1.1.1",
24
- "semantic-release": "^20.0.2",
25
- "xo": "^0.53.1"
28
+ "eslint-config-xo-bizon": "^1.2.0",
29
+ "semantic-release": "^21.0.7",
30
+ "xo": "^0.55.0"
26
31
  },
27
32
  "xo": {
28
33
  "extends": "xo-bizon",