cob-cli 2.12.1 → 2.13.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.
@@ -0,0 +1,10 @@
1
+ Para avançar a versão e publicar:
2
+
3
+ `npm version [<newversion> | major | minor | patch | premajor | preminor | prepatch | prerelease | from-git]`
4
+
5
+ Exemplo:
6
+ ```
7
+ npm version patch
8
+ git push
9
+ npm publish
10
+ ```
@@ -3,6 +3,7 @@
3
3
  + /services/com.cultofbits.integrationm.service.properties
4
4
  - /services/**
5
5
 
6
+ + /security/password.rules.properties
6
7
  - /security
7
8
  - /hornetq
8
9
  - /elasticsearch
@@ -28,4 +29,4 @@
28
29
  - .env.json
29
30
  - .idea
30
31
 
31
- - **.ENV__*__.*
32
+ - **.ENV__*__.*
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cob-cli",
3
- "version": "2.12.1",
3
+ "version": "2.13.0",
4
4
  "description": "A command line utility to help Cult of Bits partners develop with higher speed and reusing common code and best practices.",
5
5
  "preferGlobal": true,
6
6
  "repository": {