@darksheep/logger 1.4.0 → 1.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 +7 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.4.1](https://github.com/DarkSheepSoftware/node-packages/compare/logger-v1.4.0...logger-v1.4.1) (2026-09-21)
4
+
5
+
6
+ ### 🔨 Code Refactoring
7
+
8
+ * JSDoc for resolveSecretFilters parameters ([#1009](https://github.com/DarkSheepSoftware/node-packages/issues/1009)) ([3be00f0](https://github.com/DarkSheepSoftware/node-packages/commit/3be00f02249831795518b436e6a874744654825e))
9
+
3
10
  ## [1.4.0](https://github.com/DarkSheepSoftware/node-packages/compare/logger-v1.3.1...logger-v1.4.0) (2026-09-20)
4
11
 
5
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@darksheep/logger",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "description": "Logging your stuff to where ever you want it",
5
5
  "license": "UNLICENCED",
6
6
  "type": "module",