mddd-cli 2.1.2 → 2.1.3

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 (3) hide show
  1. package/bin/cli.js +1 -1
  2. package/package.json +1 -1
  3. package/readme.md +2 -1
package/bin/cli.js CHANGED
@@ -32,7 +32,7 @@ const program = new Command();
32
32
  program
33
33
  .name('md')
34
34
  .description('Manager for co-located specifications for Mermaid Diagram Driven Development (MDDD)')
35
- .version('2.1.2');
35
+ .version('2.1.3');
36
36
 
37
37
  // ==========================================
38
38
  // COMMAND: md init
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mddd-cli",
3
- "version": "2.1.2",
3
+ "version": "2.1.3",
4
4
  "description": "Official CLI for modular, co-located, and versioned Mermaid Diagram Driven Development (MDDD).",
5
5
  "main": "bin/cli.js",
6
6
  "type": "module",
package/readme.md CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  <p align="center">
10
10
  <a href="#english">🇺🇸 English</a> •
11
- <a href="#português">🇧🇷 Português</a>
11
+ <a href="#portuguese">🇧🇷 Português</a>
12
12
  </p>
13
13
 
14
14
  ---
@@ -307,6 +307,7 @@ If you encounter any issues, open a [GitHub Issue](https://github.com/JulioCRFil
307
307
  Distributed under the MIT license. See the [LICENSE](https://www.google.com/search?q=LICENSE) file for more information.
308
308
 
309
309
  ---
310
+ <a id="portuguese"></a>
310
311
 
311
312
  # 🇧🇷 Português
312
313