Bump version to 0.2.2 with official Strike logo
- Update to v0.2.2 - Add converted Strike logo SVG from PNG - Update changelog - Rebuild dist with new logo 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@ -178,6 +178,9 @@ Contributions are welcome! If you find bugs or want to add features:
|
||||
|
||||
## Changelog
|
||||
|
||||
### 0.2.2
|
||||
- Update Strike logo SVG with official design from PNG conversion
|
||||
|
||||
### 0.2.1
|
||||
- Fix icon build process to include PNG files
|
||||
- Fix broken image link in README
|
||||
|
||||
22
dist/nodes/Strike/strike.svg
vendored
22
dist/nodes/Strike/strike.svg
vendored
@ -1,4 +1,20 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" fill="none">
|
||||
<rect width="64" height="64" rx="8" fill="#000000"/>
|
||||
<path d="M42 18H26L22 32H34L18 46L38 30H26L30 18H42Z" fill="#00D924" stroke="#00D924" stroke-width="1.5" stroke-linejoin="round"/>
|
||||
<?xml version="1.0" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
|
||||
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
|
||||
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
|
||||
width="240.000000pt" height="240.000000pt" viewBox="0 0 240.000000 240.000000"
|
||||
preserveAspectRatio="xMidYMid meet">
|
||||
<metadata>
|
||||
Created by potrace 1.16, written by Peter Selinger 2001-2019
|
||||
</metadata>
|
||||
<g transform="translate(0.000000,240.000000) scale(0.100000,-0.100000)"
|
||||
fill="#000000" stroke="none">
|
||||
<path d="M0 1200 l0 -1200 1200 0 1200 0 0 1200 0 1200 -1200 0 -1200 0 0
|
||||
-1200z m1297 334 c239 -92 263 -104 313 -155 135 -140 128 -357 -17 -489 -73
|
||||
-67 -145 -93 -243 -88 -65 3 -104 15 -290 86 -255 98 -281 119 -229 186 26 33
|
||||
49 33 148 -4 63 -23 87 -27 106 -20 34 13 49 54 33 88 -11 22 -46 39 -222 107
|
||||
-229 88 -261 109 -238 159 6 14 23 33 37 42 25 16 30 15 236 -65 115 -44 218
|
||||
-81 227 -81 34 0 62 29 62 64 0 41 -17 56 -105 90 -38 15 -78 35 -87 43 -39
|
||||
35 -7 113 46 113 14 0 114 -34 223 -76z"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 268 B After Width: | Height: | Size: 1011 B |
BIN
nodes/Strike/.DS_Store
vendored
Normal file
BIN
nodes/Strike/.DS_Store
vendored
Normal file
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 2.4 KiB |
@ -1,4 +1,20 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" fill="none">
|
||||
<rect width="64" height="64" rx="8" fill="#000000"/>
|
||||
<path d="M42 18H26L22 32H34L18 46L38 30H26L30 18H42Z" fill="#00D924" stroke="#00D924" stroke-width="1.5" stroke-linejoin="round"/>
|
||||
<?xml version="1.0" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
|
||||
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
|
||||
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
|
||||
width="240.000000pt" height="240.000000pt" viewBox="0 0 240.000000 240.000000"
|
||||
preserveAspectRatio="xMidYMid meet">
|
||||
<metadata>
|
||||
Created by potrace 1.16, written by Peter Selinger 2001-2019
|
||||
</metadata>
|
||||
<g transform="translate(0.000000,240.000000) scale(0.100000,-0.100000)"
|
||||
fill="#000000" stroke="none">
|
||||
<path d="M0 1200 l0 -1200 1200 0 1200 0 0 1200 0 1200 -1200 0 -1200 0 0
|
||||
-1200z m1297 334 c239 -92 263 -104 313 -155 135 -140 128 -357 -17 -489 -73
|
||||
-67 -145 -93 -243 -88 -65 3 -104 15 -290 86 -255 98 -281 119 -229 186 26 33
|
||||
49 33 148 -4 63 -23 87 -27 106 -20 34 13 49 54 33 88 -11 22 -46 39 -222 107
|
||||
-229 88 -261 109 -238 159 6 14 23 33 37 42 25 16 30 15 236 -65 115 -44 218
|
||||
-81 227 -81 34 0 62 29 62 64 0 41 -17 56 -105 90 -38 15 -78 35 -87 43 -39
|
||||
35 -7 113 46 113 14 0 114 -34 223 -76z"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 268 B After Width: | Height: | Size: 1011 B |
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "n8n-nodes-strike",
|
||||
"version": "0.2.1",
|
||||
"version": "0.2.2",
|
||||
"description": "n8n node for Strike API - Bitcoin payments and Lightning Network",
|
||||
"keywords": [
|
||||
"n8n-community-node-package",
|
||||
|
||||
Reference in New Issue
Block a user