Release 💎 v4.4.1
This commit is contained in:
		
							parent
							
								
									c5cd1fb04f
								
							
						
					
					
						commit
						1f319fb273
					
				| 
						 | 
				
			
			@ -1,3 +1,9 @@
 | 
			
		|||
## 4.4.1 / 2025-01-29
 | 
			
		||||
 | 
			
		||||
### Bug Fixes
 | 
			
		||||
 | 
			
		||||
  * Restore globbed path behavior in front matter defaults (#9762)
 | 
			
		||||
 | 
			
		||||
## 4.4.0 / 2025-01-27
 | 
			
		||||
 | 
			
		||||
### Minor Enhancements
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,5 +1,5 @@
 | 
			
		|||
---
 | 
			
		||||
version: 4.4.0
 | 
			
		||||
version: 4.4.1
 | 
			
		||||
name: Jekyll • Simple, blog-aware, static sites
 | 
			
		||||
description: Transform your plain text into static websites and blogs
 | 
			
		||||
url: https://jekyllrb.com
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -4,6 +4,15 @@ permalink: "/docs/history/"
 | 
			
		|||
note: This file is autogenerated. Edit /History.markdown instead.
 | 
			
		||||
---
 | 
			
		||||
 | 
			
		||||
## 4.4.1 / 2025-01-29
 | 
			
		||||
{: #v4-4-1}
 | 
			
		||||
 | 
			
		||||
### Bug Fixes
 | 
			
		||||
{: #bug-fixes-v4-4-1}
 | 
			
		||||
 | 
			
		||||
- Restore globbed path behavior in front matter defaults ([#9762]({{ site.repository }}/issues/9762))
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
## 4.4.0 / 2025-01-27
 | 
			
		||||
{: #v4-4-0}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -0,0 +1,10 @@
 | 
			
		|||
---
 | 
			
		||||
title: 'Jekyll 4.4.1 Released'
 | 
			
		||||
date: 2025-01-29 18:15:32 +0530
 | 
			
		||||
author: ashmaroli
 | 
			
		||||
version: 4.4.1
 | 
			
		||||
category: release
 | 
			
		||||
---
 | 
			
		||||
 | 
			
		||||
Publishing a patch release to restore existing behavior around defining front matter defaults
 | 
			
		||||
where a scope with path containing glob patterns are lax in matching paths on disk.
 | 
			
		||||
| 
						 | 
				
			
			@ -1 +1 @@
 | 
			
		|||
4.4.0
 | 
			
		||||
4.4.1
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,5 +1,5 @@
 | 
			
		|||
# frozen_string_literal: true
 | 
			
		||||
 | 
			
		||||
module Jekyll
 | 
			
		||||
  VERSION = "4.4.0"
 | 
			
		||||
  VERSION = "4.4.1"
 | 
			
		||||
end
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue