Skip to content

Commit ff64837

Browse files
committed
bump to v0.3.3
1 parent 6f7329b commit ff64837

3 files changed

Lines changed: 15 additions & 3 deletions

File tree

.github/CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,16 @@
6868
- Implemented [Add more demo posts](https://github.com/Slavetomints/jekyll-theme-nyx/issues/14)
6969

7070
**MISC**
71-
- Cleaned up repo root by moving files to `.github`
71+
- Cleaned up repo root by moving files to `.github`
72+
73+
#### [0.3.3] - 2026-01-16
74+
75+
**BUGS**
76+
- Fixed a [fix mobile header padding bug](https://github.com/Slavetomints/jekyll-theme-nyx/pull/24)
77+
78+
**ENHANCEMENTS**
79+
- Added a [Table of Contents](https://github.com/Slavetomints/jekyll-theme-nyx/pull/26)
80+
- Added a [favicon](https://github.com/Slavetomints/jekyll-theme-nyx/pull/25)
81+
82+
***MISC**
83+
There is now a linked [GitHub Project](https://github.com/users/Slavetomints/projects/1) for this gem.

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
jekyll-theme-nyx (0.3.2)
4+
jekyll-theme-nyx (0.3.3)
55
jekyll (~> 4.0)
66

77
GEM

jekyll-theme-nyx.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gem::Specification.new do |spec|
44
spec.name = 'jekyll-theme-nyx'
5-
spec.version = '0.3.2'
5+
spec.version = '0.3.3'
66
spec.authors = ['Slavetomints']
77
spec.email = ['me@slavetomints.com']
88

0 commit comments

Comments
 (0)