Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ee3f01993f | |||
| 15e845d5f8 | |||
| 0815e4c8ae | |||
| 7e6b774982 |
13
changelog.md
13
changelog.md
@@ -1,5 +1,18 @@
|
||||
# Changelog
|
||||
|
||||
## 2026-02-24 - 2.6.2 - fix(meta)
|
||||
update file metadata only (no source changes)
|
||||
|
||||
- One file changed: metadata-only (e.g. permissions/mode) with no content modifications.
|
||||
- No code, dependency, or API changes detected; safe patch release recommended.
|
||||
- Bump patch version from 2.6.1 to 2.6.2.
|
||||
|
||||
## 2026-02-24 - 2.6.1 - fix(package.json)
|
||||
apply metadata-only update (no functional changes)
|
||||
|
||||
- Change is metadata-only (+1 -1) in a single file — no code or behavior changes
|
||||
- Current package.json version is 2.6.0; recommend a patch bump to 2.6.1
|
||||
|
||||
## 2026-02-24 - 2.6.0 - feat(webhook)
|
||||
add webhook endpoint and client push notifications, auto-refresh UI, and gitea id mapping fixes
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@serve.zone/gitops",
|
||||
"version": "2.6.0",
|
||||
"version": "2.6.2",
|
||||
"exports": "./mod.ts",
|
||||
"nodeModulesDir": "auto",
|
||||
"tasks": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@serve.zone/gitops",
|
||||
"version": "2.6.0",
|
||||
"version": "2.6.2",
|
||||
"description": "GitOps management app for Gitea and GitLab - manage secrets, browse projects, view CI pipelines, and stream build logs",
|
||||
"main": "mod.ts",
|
||||
"type": "module",
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@serve.zone/gitops',
|
||||
version: '2.6.0',
|
||||
version: '2.6.2',
|
||||
description: 'GitOps management app for Gitea and GitLab - manage secrets, browse projects, view CI pipelines, and stream build logs'
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@serve.zone/gitops',
|
||||
version: '2.6.0',
|
||||
version: '2.6.2',
|
||||
description: 'GitOps management app for Gitea and GitLab - manage secrets, browse projects, view CI pipelines, and stream build logs'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user