jgloo 2.1.3 → 2.1.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 +20 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,23 @@
1
+ <a name="2.1.5"></a>
2
+
3
+ ## [2.1.5](https://github.com/zosma180/jgloo/compare/2.1.4...2.1.5) (2026-03-03)
4
+
5
+ ### Fixes
6
+
7
+ - Security update of March 2026.
8
+
9
+ ---
10
+
11
+ <a name="2.1.4"></a>
12
+
13
+ ## [2.1.4](https://github.com/zosma180/jgloo/compare/2.1.3...2.1.4) (2026-02-21)
14
+
15
+ ### Fixes
16
+
17
+ - Security update of February 2026.
18
+
19
+ ---
20
+
1
21
  <a name="2.1.3"></a>
2
22
 
3
23
  ## [2.1.3](https://github.com/zosma180/jgloo/compare/2.1.2...2.1.3) (2026-01-10)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jgloo",
3
- "version": "2.1.3",
3
+ "version": "2.1.5",
4
4
  "description": "The coldest mock server.",
5
5
  "homepage": "https://github.com/zosma180/jgloo",
6
6
  "repository": {