@beauraines/node-helpers 5.3.0 → 5.3.2

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.
@@ -8,14 +8,14 @@ updates:
8
8
  - package-ecosystem: "npm" # See documentation for possible values
9
9
  directory: "/" # Location of package manifests
10
10
  schedule:
11
- interval: "weekly"
11
+ interval: "monthly"
12
12
  day: "friday"
13
13
  commit-message:
14
14
  prefix: fix
15
15
  prefix-development: chore
16
16
  include: scope
17
17
  groups:
18
- dev-dependencies:
19
- dependency-type: "development"
20
- patterns:
21
- - "*"
18
+ dev-dependencies:
19
+ dependency-type: "development"
20
+ patterns:
21
+ - "*"
package/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [5.3.2](https://github.com/beauraines/node-helpers/compare/v5.3.1...v5.3.2) (2025-01-12)
6
+
7
+ ### [5.3.1](https://github.com/beauraines/node-helpers/compare/v5.3.0...v5.3.1) (2024-12-30)
8
+
5
9
  ## [5.3.0](https://github.com/beauraines/node-helpers/compare/v5.2.5...v5.3.0) (2024-12-21)
6
10
 
7
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@beauraines/node-helpers",
3
- "version": "5.3.0",
3
+ "version": "5.3.2",
4
4
  "description": "Collection of node helpers",
5
5
  "main": "index.js",
6
6
  "repository": {