[READ-ONLY] Mirror of https://github.com/andrioid/n8n-nodes-atproto. atproto node for n8n
0

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #2 from andrioid/release-please--branches--main--components--n8n-nodes-atproto

chore(main): release n8n-nodes-atproto 0.1.2

+11 -4
+1 -1
.release-please-manifest.json
··· 1 1 { 2 - ".": "0.1.1" 2 + ".": "0.1.2" 3 3 }
+7
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 + ## [0.1.2](https://github.com/andrioid/n8n-nodes-atproto/compare/n8n-nodes-atproto-v0.1.1...n8n-nodes-atproto-v0.1.2) (2026-06-07) 4 + 5 + 6 + ### Bug Fixes 7 + 8 + * **lint:** satisfy @n8n/community-nodes rules ([9f73697](https://github.com/andrioid/n8n-nodes-atproto/commit/9f73697489df2ba43379ee9a106bca11e6da360c)) 9 + 3 10 ## [0.1.1](https://github.com/andrioid/n8n-nodes-atproto/compare/n8n-nodes-atproto-v0.1.0...n8n-nodes-atproto-v0.1.1) (2026-06-07) 4 11 5 12
+2 -2
package-lock.json
··· 1 1 { 2 2 "name": "n8n-nodes-atproto", 3 - "version": "0.1.1", 3 + "version": "0.1.2", 4 4 "lockfileVersion": 3, 5 5 "requires": true, 6 6 "packages": { 7 7 "": { 8 8 "name": "n8n-nodes-atproto", 9 - "version": "0.1.1", 9 + "version": "0.1.2", 10 10 "license": "MIT", 11 11 "devDependencies": { 12 12 "@atproto/api": "^0.20.6",
+1 -1
package.json
··· 1 1 { 2 2 "name": "n8n-nodes-atproto", 3 - "version": "0.1.1", 3 + "version": "0.1.2", 4 4 "description": "Generic AT Protocol node for n8n — CRUD any record in any lexicon", 5 5 "keywords": [ 6 6 "n8n-community-node-package"