@egose/n8n-client 0.4.4 → 0.4.5
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.
- package/CHANGELOG.md +6 -0
- package/LICENSE +1 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## [0.4.5](https://github.com/egose/n8n-client/compare/v0.4.4...v0.4.5) (2026-07-06)
|
|
2
|
+
|
|
3
|
+
### Docs
|
|
4
|
+
|
|
5
|
+
* update license copyright notice ([d41e6f2](https://github.com/egose/n8n-client/commit/d41e6f2f6c223a43098f49682f7faae7594d967a))
|
|
6
|
+
|
|
1
7
|
## [0.4.4](https://github.com/egose/n8n-client/compare/v0.4.3...v0.4.4) (2026-06-25)
|
|
2
8
|
|
|
3
9
|
## [0.4.3](https://github.com/egose/n8n-client/compare/v0.4.2...v0.4.3) (2026-06-19)
|
package/LICENSE
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
|
|
2
1
|
Apache License
|
|
3
2
|
Version 2.0, January 2004
|
|
4
3
|
http://www.apache.org/licenses/
|
|
@@ -187,7 +186,7 @@
|
|
|
187
186
|
same "printed page" as the copyright notice for easier
|
|
188
187
|
identification within third-party archives.
|
|
189
188
|
|
|
190
|
-
Copyright
|
|
189
|
+
Copyright Junmin Ahn
|
|
191
190
|
|
|
192
191
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
193
192
|
you may not use this file except in compliance with the License.
|
package/package.json
CHANGED