Skip to content

Commit 6a97ebb

Browse files
Release 16.1.0
2 parents 019e560 + cae0e11 commit 6a97ebb

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ The font can be served from a CDN such as [JSDelivr][jsdelivr-link] or [Unpkg][u
2222
#### JSDelivr
2323

2424
```html
25-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/simple-icons-font@v15/font/simple-icons.min.css" type="text/css">
25+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/simple-icons-font@v16/font/simple-icons.min.css" type="text/css">
2626
```
2727

2828
#### Unpkg
2929

3030
```html
31-
<link rel="stylesheet" href="https://unpkg.com/simple-icons-font@v15/font/simple-icons.min.css" type="text/css">
31+
<link rel="stylesheet" href="https://unpkg.com/simple-icons-font@v16/font/simple-icons.min.css" type="text/css">
3232
```
3333

3434
These examples use the latest major version. This means you won't receive any updates following the next major release. You can use `@latest` instead to receive updates indefinitely. However this may cause an icon to disappear if it has been removed in the latest version.

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simple-icons-font",
3-
"version": "16.0.0",
3+
"version": "16.1.0",
44
"description": "Icon font generated from https://simpleicons.org",
55
"homepage": "https://www.simpleicons.org",
66
"keywords": [
@@ -55,7 +55,7 @@
5555
"rimraf": "6.0.1",
5656
"semver": "7.7.1",
5757
"serve": "14.2.4",
58-
"simple-icons": "16.0.0",
58+
"simple-icons": "16.1.0",
5959
"svg-path-bbox": "2.1.0",
6060
"svg2ttf": "6.0.3",
6161
"svgpath": "2.6.0",

0 commit comments

Comments
 (0)