pob 9.13.0 → 9.13.1

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 CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [9.13.1](https://github.com/christophehurpeau/pob/compare/pob@9.13.0...pob@9.13.1) (2022-01-15)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **pob:** multiple newlines in gitignore template ([f00c5be](https://github.com/christophehurpeau/pob/commit/f00c5bed9a6200d3ded4737ffcdab175eb56b2c5))
12
+
13
+
14
+
15
+
16
+
6
17
  # [9.13.0](https://github.com/christophehurpeau/pob/compare/pob@9.12.3...pob@9.13.0) (2022-01-15)
7
18
 
8
19
 
@@ -7,12 +7,12 @@ npm-debug.log*
7
7
  yarn-debug.log*
8
8
  yarn-error.log*
9
9
  <% } -%>
10
-
11
10
  <% if (paths) { -%>
11
+
12
12
  <%= paths %>
13
13
  <% } -%>
14
-
15
14
  <% if (root) { -%>
15
+
16
16
  # IDE
17
17
  /.settings
18
18
  /.project
@@ -20,19 +20,18 @@ yarn-error.log*
20
20
  !/.vscode
21
21
  *.sublime-project
22
22
  *.sublime-workspace
23
-
24
23
  <% if (documentation) { -%>
24
+
25
25
  # generated documentation directory
26
26
  /docs
27
27
  <% } -%>
28
-
29
28
  <% if (testing) { -%>
29
+
30
30
  # jest default coverage directory
31
31
  /coverage
32
32
  <% } -%>
33
-
34
-
35
33
  <% if (typescript && buildInGit) { -%>
34
+
36
35
  # Typescript
37
36
  tsbuildinfo
38
37
  <% } -%>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pob",
3
- "version": "9.13.0",
3
+ "version": "9.13.1",
4
4
  "description": "Pile of bones, library generator with git/babel/typescript/typedoc/readme/jest",
5
5
  "keywords": [
6
6
  "skeleton"
@@ -61,11 +61,11 @@
61
61
  "mem-fs-editor": "9.4.0",
62
62
  "minimist-argv": "^1.1.0",
63
63
  "parse-author": "^2.0.0",
64
- "pob-dependencies": "6.7.0",
64
+ "pob-dependencies": "6.8.0",
65
65
  "prettier": "2.5.1",
66
66
  "semver": "^7.3.4",
67
67
  "yeoman-environment": "^3.5.1",
68
68
  "yeoman-generator": "^5.4.0"
69
69
  },
70
- "gitHead": "10fc86e0d2cf78d9b2b1299a708ce69b32fbfedc"
70
+ "gitHead": "640dd9ead1e1b8b72d32227a43a390209dee47d1"
71
71
  }