@egose/n8n-client 0.4.1 → 0.4.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,13 @@
1
+ ## [0.4.4](https://github.com/egose/n8n-client/compare/v0.4.3...v0.4.4) (2026-06-25)
2
+
3
+ ## [0.4.3](https://github.com/egose/n8n-client/compare/v0.4.2...v0.4.3) (2026-06-19)
4
+
5
+ ## [0.4.2](https://github.com/egose/n8n-client/compare/v0.4.1...v0.4.2) (2026-06-19)
6
+
7
+ ### Refactors
8
+
9
+ * **website:** move faster plugin to devDependencies and adjust tailwind layers ([6ccaeba](https://github.com/egose/n8n-client/commit/6ccaeba1a85dc12eb4e0eeda11a8b597ec98c939))
10
+
1
11
  ## [0.4.1](https://github.com/egose/n8n-client/compare/v0.4.0...v0.4.1) (2026-06-16)
2
12
 
3
13
  ### Bug Fixes
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.4.1",
2
+ "version": "0.4.4",
3
3
  "description": "TypeScript client for the n8n Public API with cursor-based pagination and typed resource handles.",
4
4
  "keywords": [
5
5
  "n8n",