From f55cc31dbd0e7455328c80c7ef38186ad8e54099 Mon Sep 17 00:00:00 2001
From: Cotes Chung <11371340+cotes2020@users.noreply.github.com>
Date: Sat, 7 Dec 2024 00:55:47 +0800
Subject: [PATCH 1/2] fix: js files in subdirectories are excluded from the
 site output (#2101)

---
 _config.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/_config.yml b/_config.yml
index 71617fb..d6f84c5 100644
--- a/_config.yml
+++ b/_config.yml
@@ -212,7 +212,8 @@ exclude:
   - tools
   - README.md
   - LICENSE
-  - "*.js"
+  - purgecss.js
+  - rollup.config.js
   - "package*.json"
 
 jekyll-archives:

From 0360c9e90b58109e8329cde9d2160ffb33929a9f Mon Sep 17 00:00:00 2001
From: semantic-release-bot <semantic-release-bot@martynus.net>
Date: Fri, 6 Dec 2024 17:03:47 +0000
Subject: [PATCH 2/2] chore(release): 7.2.2

## [7.2.2](https://github.com/cotes2020/jekyll-theme-chirpy/compare/v7.2.1...v7.2.2) (2024-12-06)

### Bug Fixes

* js files in subdirectories are excluded from the site output ([#2101](https://github.com/cotes2020/jekyll-theme-chirpy/issues/2101)) ([f55cc31](https://github.com/cotes2020/jekyll-theme-chirpy/commit/f55cc31dbd0e7455328c80c7ef38186ad8e54099))
---
 docs/CHANGELOG.md           | 6 ++++++
 jekyll-theme-chirpy.gemspec | 2 +-
 package.json                | 2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md
index e42ea62..4690d7a 100644
--- a/docs/CHANGELOG.md
+++ b/docs/CHANGELOG.md
@@ -1,5 +1,11 @@
 # Changelog
 
+## [7.2.2](https://github.com/cotes2020/jekyll-theme-chirpy/compare/v7.2.1...v7.2.2) (2024-12-06)
+
+### Bug Fixes
+
+* js files in subdirectories are excluded from the site output ([#2101](https://github.com/cotes2020/jekyll-theme-chirpy/issues/2101)) ([f55cc31](https://github.com/cotes2020/jekyll-theme-chirpy/commit/f55cc31dbd0e7455328c80c7ef38186ad8e54099))
+
 ## [7.2.1](https://github.com/cotes2020/jekyll-theme-chirpy/compare/v7.2.0...v7.2.1) (2024-12-05)
 
 ### Bug Fixes
diff --git a/jekyll-theme-chirpy.gemspec b/jekyll-theme-chirpy.gemspec
index 2d61ecb..baef126 100644
--- a/jekyll-theme-chirpy.gemspec
+++ b/jekyll-theme-chirpy.gemspec
@@ -2,7 +2,7 @@
 
 Gem::Specification.new do |spec|
   spec.name          = "jekyll-theme-chirpy"
-  spec.version       = "7.2.1"
+  spec.version       = "7.2.2"
   spec.authors       = ["Cotes Chung"]
   spec.email         = ["cotes.chung@gmail.com"]
 
diff --git a/package.json b/package.json
index 17cb2c3..c30b42b 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "jekyll-theme-chirpy",
-  "version": "7.2.1",
+  "version": "7.2.2",
   "description": "A minimal, responsive, and feature-rich Jekyll theme for technical writing.",
   "repository": {
     "type": "git",