@govbr-ds/release-config 1.1.1 → 1.1.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +9 -8
package/README.md CHANGED
@@ -7,7 +7,7 @@ Compartilhar os padrões de commit entre os projetos do [GOVBR-DS](https://gov.b
7
7
  ## Como instalar nossa biblioteca em seu projeto?
8
8
 
9
9
  ```bash
10
- npm install --save-dev semantic-release @govbr-ds/release-config
10
+ npm install --save-dev @govbr-ds/release-config
11
11
  ```
12
12
 
13
13
  ## Plugins
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@govbr-ds/release-config",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "Configuração compartilhada do semantic-release para projetos do GOVBR-DS no gitlab",
5
5
  "keywords": [
6
6
  "gitlab",
@@ -33,16 +33,17 @@
33
33
  }
34
34
  },
35
35
  "dependencies": {
36
- "@semantic-release/changelog": "^6.0.1",
36
+ "@semantic-release/changelog": "^6.0.2",
37
37
  "@semantic-release/git": "^10.0.1",
38
- "@semantic-release/gitlab": "^9.4.2",
39
- "semantic-release": "^19.0.5"
38
+ "@semantic-release/gitlab": "^9.5.1",
39
+ "semantic-release": "^19.0.5",
40
+ "conventional-changelog-conventionalcommits": "^5.0.0"
40
41
  },
41
42
  "devDependencies": {
42
- "@commitlint/cli": "^17.1.2",
43
- "@commitlint/cz-commitlint": "^17.1.2",
43
+ "@commitlint/cli": "^17.3.0",
44
+ "@commitlint/cz-commitlint": "^17.3.0",
44
45
  "@govbr-ds/commit-config": "latest",
45
- "git-pull-run": "^1.0.2",
46
- "husky": "^8.0.1"
46
+ "git-pull-run": "^1.4.0",
47
+ "husky": "^8.0.2"
47
48
  }
48
49
  }