@beauraines/node-helpers 5.2.3 → 5.2.5

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 +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,16 @@
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.2.5](https://github.com/beauraines/node-helpers/compare/v5.2.4...v5.2.5) (2024-12-07)
6
+
7
+ ### [5.2.4](https://github.com/beauraines/node-helpers/compare/v5.2.3...v5.2.4) (2024-11-26)
8
+
9
+
10
+ ### Bug Fixes
11
+
12
+ * **deps:** bump @azure/storage-blob from 12.25.0 to 12.26.0 ([5f677be](https://github.com/beauraines/node-helpers/commit/5f677beceb6d84796cbaf50f266465de6702af14))
13
+ * **deps:** bump @azure/storage-queue from 12.24.0 to 12.25.0 ([00f8ce6](https://github.com/beauraines/node-helpers/commit/00f8ce647d3c28f64cae7199f296bba2e5614518))
14
+
5
15
  ### [5.2.3](https://github.com/beauraines/node-helpers/compare/v5.2.2...v5.2.3) (2024-11-26)
6
16
 
7
17
  ### [5.2.2](https://github.com/beauraines/node-helpers/compare/v5.2.1...v5.2.2) (2024-11-13)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@beauraines/node-helpers",
3
- "version": "5.2.3",
3
+ "version": "5.2.5",
4
4
  "description": "Collection of node helpers",
5
5
  "main": "index.js",
6
6
  "repository": {