← back to Norma
chore: version bump (session close — SSRF guard + security P0 verification)
c7157cf1b9c21539d57d404280fa5c22c380eaf7 · 2026-07-13 00:40:01 -0700 · Steve
Files touched
M package-lock.jsonM package.json
Diff
commit c7157cf1b9c21539d57d404280fa5c22c380eaf7
Author: Steve <steve@designerwallcoverings.com>
Date: Mon Jul 13 00:40:01 2026 -0700
chore: version bump (session close — SSRF guard + security P0 verification)
---
package-lock.json | 4 ++--
package.json | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 2631689..b7bd0c1 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "norma",
- "version": "0.1.1",
+ "version": "0.1.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "norma",
- "version": "0.1.1",
+ "version": "0.1.2",
"dependencies": {
"@codemirror/lang-html": "^6.4.11",
"@codemirror/state": "^6.5.4",
diff --git a/package.json b/package.json
index 2e8f44b..747a5b6 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "norma",
- "version": "0.1.1",
+ "version": "0.1.2",
"private": true,
"scripts": {
"dev": "next dev -p 7400",
← cb9d893 docs(security): record P0#1-3 + P1 SSRF remediation as resol
·
back to Norma
·
refactor(agent-base): hoist static dashboard CSS to a module 47943fb →