Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 23e531a042 | |||
| 8fc2beef78 | |||
| 891e46af9b |
@@ -1,5 +1,11 @@
|
||||
# Changelog
|
||||
|
||||
## 2026-02-24 - 1.0.2 - fix()
|
||||
no code changes to commit — repository unchanged
|
||||
|
||||
- No files were modified according to the provided diff.
|
||||
- No version bump is required; keep current version.
|
||||
|
||||
## 2026-02-24 - 1.0.1 - fix(repo)
|
||||
no changes
|
||||
|
||||
|
||||
@@ -26,6 +26,7 @@
|
||||
"@git.zone/cli": {
|
||||
"release": {
|
||||
"registries": [
|
||||
"https://verdaccio.lossless.digital",
|
||||
"https://registry.npmjs.org"
|
||||
],
|
||||
"accessLevel": "public"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@apiclient.xyz/gitea",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"private": false,
|
||||
"description": "A TypeScript client for the Gitea API, providing easy access to repositories, organizations, secrets, and action runs.",
|
||||
"main": "dist_ts/index.js",
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@apiclient.xyz/gitea',
|
||||
version: '1.0.1',
|
||||
version: '1.0.2',
|
||||
description: 'A TypeScript client for the Gitea API, providing easy access to repositories, organizations, secrets, and action runs.'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user