Skip to content

Commit 9d1b60b

Browse files
authored
chore: release prep for v1.3.7 (#14)
1 parent 3652033 commit 9d1b60b

File tree

10 files changed

+2497
-358
lines changed

10 files changed

+2497
-358
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Set up Node.js
4444
uses: actions/setup-node@v6
4545
with:
46-
node-version: 22
46+
node-version: 24
4747
cache: npm
4848
cache-dependency-path: package-lock.json
4949

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- name: Set up Node.js
6363
uses: actions/setup-node@v6
6464
with:
65-
node-version: 22
65+
node-version: 24
6666
cache: npm
6767
cache-dependency-path: package-lock.json
6868

@@ -123,7 +123,7 @@ jobs:
123123
- name: Set up Node.js for npmjs
124124
uses: actions/setup-node@v6
125125
with:
126-
node-version: 22
126+
node-version: 24
127127
registry-url: https://registry.npmjs.org/
128128
cache: npm
129129
cache-dependency-path: package-lock.json
@@ -161,7 +161,7 @@ jobs:
161161
- name: Set up Node.js for GPR
162162
uses: actions/setup-node@v6
163163
with:
164-
node-version: 22
164+
node-version: 24
165165
registry-url: https://npm.pkg.github.com/
166166
cache: npm
167167
cache-dependency-path: package-lock.json

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.13
1+
3.14

.vscode/settings.json

Lines changed: 1 addition & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -32,48 +32,5 @@
3232
],
3333
// Locations of CSS files for validation
3434
"css.styleSheets": ["**/*.css"],
35-
"markdown.validate.enabled": false,
36-
"markdown.validate.ignoredLinks": [
37-
"#ownership",
38-
"#trademark",
39-
"#branding",
40-
"#licensed-material",
41-
"#licenses",
42-
"#dlnotes",
43-
"#cc-by",
44-
"#gnu-gpl",
45-
"#third-party",
46-
"#prohibited-uses",
47-
"#disclaimer",
48-
"#contact",
49-
"#revisions",
50-
"#top",
51-
"#pledge",
52-
"#standards",
53-
"#response",
54-
"#enforce",
55-
"#attribute",
56-
"#version",
57-
"#bugs",
58-
"#features",
59-
"#intro",
60-
"#collect",
61-
"#tracking",
62-
"#payment",
63-
"#use",
64-
"#sharing",
65-
"#security",
66-
"#rights",
67-
"#disclaimers",
68-
"#changes",
69-
"#2-scope",
70-
"#3-disclaimer",
71-
"#4-risk",
72-
"#5-liability",
73-
"#7-client",
74-
"#8-law",
75-
"#9-acceptance",
76-
"#10-exceptions",
77-
"#11-changes"
78-
]
35+
"markdown.validate.enabled": false
7936
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ and discover what's possible.
8484
You can find our PGP keys and a vCard containing our contact information for
8585
your convenience below.
8686

87-
| <img decoding="async" loading="lazy" src="https://raw.githubusercontent.com/netwk-pro/netwk-pro.github.io/refs/heads/master/src/lib/img/qr/pgp-support.png" height="150px" width="150px" alt="PGP Key - support@neteng.pro"> | [support@netwk.pro](https://keys.openpgp.org/search?q=support%40netwk.pro)<br />PGP Key (ed25519)<br />&nbsp;<br /><a href="https://netwk.pro/pgp/support@netwk.pro.asc" type="application/pgp-keys" download target="_blank">asc</a><br />&nbsp;<br />6590B992E2E3EFF12738<br />7BCE2AF093E9DEC61BA0 |
87+
| <img decoding="async" loading="lazy" src="https://raw.githubusercontent.com/netwk-pro/netwk-pro.github.io/refs/heads/master/src/lib/img/qr/pgp-support.png" height="150px" width="150px" alt="PGP Key - support@netwk.pro"> | [support@netwk.pro](https://keys.openpgp.org/search?q=support%40netwk.pro)<br />PGP Key (ed25519)<br />&nbsp;<br /><a href="https://netwk.pro/pgp/support@netwk.pro.asc" type="application/pgp-keys" download target="_blank">asc</a><br />&nbsp;<br />6590B992E2E3EFF12738<br />7BCE2AF093E9DEC61BA0 |
8888
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
8989
| **[contact@s.neteng.pro](https://keys.openpgp.org/search?q=contact%40s.neteng.pro)**<br />**PGP Key (ed25519)**<br />&nbsp;<br /><a href="https://netwk.pro/pgp/contact@s.neteng.pro.asc" type="application/pgp-keys" download target="_blank">**asc**</a><br />&nbsp;<br />**E8B4F1193B21601207B0**<br />**80BBAEBBB8F6D4BB723B** | <img decoding="async" loading="lazy" src="https://raw.githubusercontent.com/netwk-pro/netwk-pro.github.io/refs/heads/master/src/lib/img/qr/pgp-contact.png" height="150px" width="150px" alt="PGP Key - contact@s.neteng.pro"> |
9090
| <img decoding="async" loading="lazy" src="https://raw.githubusercontent.com/netwk-pro/netwk-pro.github.io/refs/heads/master/src/lib/img/qr/vcard.png" height="150px" width="150px" alt="vCard"> | **vCard**<br />&nbsp;<br /><a href="https://netwk.pro/bin/contact.vcf" type="text/vcard" download target="_blank">**vcf**</a> |

0 commit comments

Comments
 (0)