Skip to content

Commit

Permalink
Set version of extension to v1.2.0
Browse files Browse the repository at this point in the history
- Add changelog
- Update number of dependency added from Lua
  • Loading branch information
cderv committed Oct 28, 2024
1 parent 6ef8820 commit 63796e2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# v1.2.0

- Update to FontAwesome 6.5.2
2 changes: 1 addition & 1 deletion _extensions/fontawesome/_extension.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
title: Font Awesome support
author: Carlos Scheidegger
version: 1.1.0
version: 1.2.0
quarto-required: ">=1.2.269"
contributes:
shortcodes:
Expand Down
2 changes: 1 addition & 1 deletion _extensions/fontawesome/fontawesome.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ end
local function ensureHtmlDeps()
quarto.doc.add_html_dependency({
name = 'fontawesome6',
version = '0.1.0',
version = '1.2.0',
stylesheets = {'assets/css/all.min.css', 'assets/css/latex-fontsize.css'}
})
end
Expand Down

0 comments on commit 63796e2

Please sign in to comment.