Skip to content

Commit

Permalink
Release 14.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 22, 2024
2 parents 300055e + b8c397e commit 962b9d4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
npm:
name: NPM Package
runs-on: ubuntu-latest
permissions:
id-token: write
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -34,6 +36,7 @@ jobs:
uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_TOKEN }}
provenance: true
github:
name: GitHub release
runs-on: ubuntu-latest
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple-icons-font",
"version": "13.21.0",
"version": "14.0.0",
"description": "Icon font generated from https://simpleicons.org",
"homepage": "https://www.simpleicons.org",
"keywords": [
Expand Down Expand Up @@ -47,7 +47,7 @@
"rimraf": "5.0.7",
"semver": "7.6.2",
"serve": "14.2.3",
"simple-icons": "13.21.0",
"simple-icons": "14.0.0",
"svg2ttf": "6.0.3",
"svgpath": "2.6.0",
"ttf2eot": "3.1.0",
Expand Down

0 comments on commit 962b9d4

Please sign in to comment.