@plasius/api 1.0.2 → 1.0.3

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 +16 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -6,6 +6,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ - **Added**
10
+ - (placeholder)
11
+
12
+ - **Changed**
13
+ - (placeholder)
14
+
15
+ - **Fixed**
16
+ - (placeholder)
17
+
18
+ - **Security**
19
+ - (placeholder)
20
+
21
+ ## [1.0.3] - 2026-02-28
22
+
9
23
  - **Added**
10
24
  - (placeholder)
11
25
 
@@ -75,7 +89,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
75
89
 
76
90
  - Initial public release scaffold for `@plasius/api`.
77
91
 
78
- [Unreleased]: https://github.com/Plasius-LTD/api/compare/v1.0.2...HEAD
92
+ [Unreleased]: https://github.com/Plasius-LTD/api/compare/v1.0.3...HEAD
79
93
  [1.0.0]: https://github.com/Plasius-LTD/api/releases/tag/v1.0.0
80
94
  [1.0.1]: https://github.com/Plasius-LTD/api/releases/tag/v1.0.1
81
95
  [1.0.2]: https://github.com/Plasius-LTD/api/releases/tag/v1.0.2
96
+ [1.0.3]: https://github.com/Plasius-LTD/api/releases/tag/v1.0.3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plasius/api",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Generic public API security and middleware helpers.",
5
5
  "private": false,
6
6
  "main": "./dist/index.js",