From c2c2fd61b5a1da784df55f66f8a50648c9f89e2c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 16:42:52 +0800 Subject: [PATCH] chore: release main (#433) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- vendors/devicons/CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 vendors/devicons/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 91f8e04..5fac779 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,7 @@ { ".": "0.6.4", "vendors/bootstrap": "0.5.7", - "vendors/devicons": "0.0.1", + "vendors/devicons": "0.0.2", "vendors/feather": "0.2.5", "vendors/flag": "0.0.2", "vendors/font-awesome": "0.6.8", diff --git a/vendors/devicons/CHANGELOG.md b/vendors/devicons/CHANGELOG.md new file mode 100644 index 0000000..7b7f816 --- /dev/null +++ b/vendors/devicons/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.0.2](https://github.com/hugomods/icons/compare/vendors/devicons-v0.0.1...vendors/devicons/v0.0.2) (2024-10-07) + + +### Features ✨ + +* add the devicons vendor ([cdd2a78](https://github.com/hugomods/icons/commit/cdd2a78d1541d3fe4675137da672221718fb5150)), closes [#424](https://github.com/hugomods/icons/issues/424)