Skip to content

Commit

Permalink
bump: version 0.3.0 → 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanshepps committed Aug 14, 2023
1 parent 454a4e9 commit 1ff27a5
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.4.0 (2023-08-14)

### Feat

- make width smoother at smaller screens

### Fix

- width becoming larger as screen gets smaller

## 0.3.0 (2023-01-03)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
jekyll-theme-minimal-ryan (0.3.0)
jekyll-theme-minimal-ryan (0.4.0)
jekyll (~> 4.3)
jekyll-regex-replace (~> 1.1.0)

Expand Down
3 changes: 2 additions & 1 deletion cz.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
---
commitizen:
name: cz_conventional_commits
tag_format: $major.$minor.$patch
update_changelog_on_bump: true
version: 0.3.0
version: 0.4.0
version_files:
- jekyll-theme-minimal-ryan.gemspec
- Gemfile.lock
2 changes: 1 addition & 1 deletion jekyll-theme-minimal-ryan.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |spec|
spec.name = "jekyll-theme-minimal-ryan"
spec.version = "0.3.0"
spec.version = "0.4.0"
spec.authors = ["ryanshepps"]
spec.email = ["ryansheppardd@gmail.com"]

Expand Down

0 comments on commit 1ff27a5

Please sign in to comment.