syntropylog 0.9.4 → 0.9.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 (3) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/LICENSE +1 -1
  3. package/package.json +7 -1
package/CHANGELOG.md CHANGED
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [0.9.5] - 2026-03-07
9
+
10
+ ### 🔧 Maintenance
11
+ - **License**: Fixed placeholder text in LICENSE file.
12
+ - **Contributors**: Added Andres Pacheco as a contributor in package.json.
13
+
8
14
  ## [0.9.4] - 2026-03-07
9
15
 
10
16
  ### 🔧 Maintenance
package/LICENSE CHANGED
@@ -186,7 +186,7 @@
186
186
  same "printed page" as the copyright notice for easier
187
187
  identification within third-party archives.
188
188
 
189
- Copyright [yyyy] [name of copyright owner]
189
+ Copyright 2026 Gabriel Alejandro Gomez
190
190
 
191
191
  Licensed under the Apache License, Version 2.0 (the "License");
192
192
  you may not use this file except in compliance with the License.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "syntropylog",
3
- "version": "0.9.4",
3
+ "version": "0.9.5",
4
4
  "engines": {
5
5
  "node": ">=20.0.0"
6
6
  },
@@ -68,6 +68,12 @@
68
68
  "email": "gabriel.alejandro.gomez@gmail.com",
69
69
  "url": "https://github.com/gabriel-alejandro-gomez"
70
70
  },
71
+ "contributors": [
72
+ {
73
+ "name": "Andres Pacheco",
74
+ "url": "https://github.com/Andres-Prog"
75
+ }
76
+ ],
71
77
  "homepage": "https://github.com/Syntropysoft/SyntropyLog#readme",
72
78
  "bugs": {
73
79
  "url": "https://github.com/Syntropysoft/SyntropyLog/issues"