-
Release 0.1.6 Stable
released this
2025-11-22 23:25:35 +00:00 | 5 commits to main since this releaseFixed
- Critical fix for n8n verification: Updated
n8nsection in package.json to point to source TypeScript files in repository instead of compiled dist files- Credentials path:
credentials/ForgejoApi.credentials.ts(wasdist/credentials/ForgejoApi.credentials.js) - Nodes path:
nodes/Forgejo/Forgejo.node.js(wasdist/nodes/Forgejo/Forgejo.node.js) - This allows n8n verification system to find credential files in the git repository while npm package still contains compiled code
- Credentials path:
Full Changelog
https://code.squarecows.com/ric/n8n-nodes-forgejo/compare/0.1.5...0.1.6
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Critical fix for n8n verification: Updated