pob 31.2.3 → 31.4.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +23 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,29 @@
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
+ ## [31.4.1](https://github.com/christophehurpeau/pob/compare/pob@31.4.0...pob@31.4.1) (2025-12-06)
7
+
8
+ ### Reverts
9
+
10
+ * Revert "feat: yarn publish with provenance"
11
+
12
+ Version bump for dependency: @pob/root
13
+
14
+
15
+ ## [31.4.0](https://github.com/christophehurpeau/pob/compare/pob@31.3.0...pob@31.4.0) (2025-12-06)
16
+
17
+ ### Features
18
+
19
+ * yarn publish with provenance
20
+
21
+ Version bump for dependency: @pob/root
22
+
23
+
24
+ ## [31.3.0](https://github.com/christophehurpeau/pob/compare/pob@31.2.3...pob@31.3.0) (2025-12-06)
25
+
26
+ Version bump for dependency: @pob/root
27
+
28
+
6
29
  ## [31.2.3](https://github.com/christophehurpeau/pob/compare/pob@31.2.2...pob@31.2.3) (2025-12-06)
7
30
 
8
31
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pob",
3
- "version": "31.2.3",
3
+ "version": "31.4.1",
4
4
  "description": "Pile of bones, library generator with git/babel/typescript/typedoc/readme/jest",
5
5
  "keywords": [
6
6
  "skeleton"
@@ -73,7 +73,7 @@
73
73
  "yeoman-generator": "7.5.1"
74
74
  },
75
75
  "devDependencies": {
76
- "@pob/root": "20.2.2",
76
+ "@pob/root": "20.4.1",
77
77
  "@types/node": "22.19.1"
78
78
  }
79
79
  }