pob 33.0.1 → 33.1.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,6 +3,16 @@
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
+ ## [33.1.0](https://github.com/christophehurpeau/pob/compare/pob@33.0.1...pob@33.1.0) (2026-03-01)
7
+
8
+ ### Bug Fixes
9
+
10
+ * **deps:** update dependency semver to v7.7.4 ([#2696](https://github.com/christophehurpeau/pob/issues/2696))
11
+
12
+ Version bump for dependency: pob-dependencies
13
+ Version bump for dependency: @pob/root
14
+
15
+
6
16
  ## [33.0.1](https://github.com/christophehurpeau/pob/compare/pob@33.0.0...pob@33.0.1) (2026-03-01)
7
17
 
8
18
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pob",
3
- "version": "33.0.1",
3
+ "version": "33.1.0",
4
4
  "description": "Pile of bones, library generator with git/babel/typescript/typedoc/readme/jest",
5
5
  "keywords": [
6
6
  "skeleton"
@@ -63,16 +63,16 @@
63
63
  "mem-fs-editor": "11.1.4",
64
64
  "minimist": "1.2.8",
65
65
  "parse-author": "2.0.0",
66
- "pob-dependencies": "22.0.0",
66
+ "pob-dependencies": "22.1.0",
67
67
  "prettier": "3.8.1",
68
- "semver": "7.7.3",
68
+ "semver": "7.7.4",
69
69
  "typescript": "5.9.3",
70
70
  "validate-npm-package-name": "^7.0.0",
71
71
  "yeoman-environment": "5.0.0",
72
72
  "yeoman-generator": "7.5.1"
73
73
  },
74
74
  "devDependencies": {
75
- "@pob/root": "22.0.0",
75
+ "@pob/root": "22.1.0",
76
76
  "@types/node": "22.19.1"
77
77
  }
78
78
  }