Skip to content

Commit 6b08f13

Browse files
committed
Release 0.23.0
1 parent 3250f91 commit 6b08f13

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

History.markdown

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
## HEAD
1+
## 0.23.0 / 2024-01-16
22

3-
### Development Fixes
3+
### Minor Enhancements
44

5-
* Bump actions/checkout from 3 to 4 (#528)
5+
* Add jekyll-import command (#532)
6+
* add pebble importer (#527)
67

78
### Bug Fixes
89

910
* Escape non ascii-characters while image downlading from wordpress (#531)
1011

11-
### Minor Enhancements
12+
### Development Fixes
1213

13-
* Add jekyll-import command (#532)
14-
* add pebble importer (#527)
14+
* Bump actions/checkout from 3 to 4 (#528)
1515

1616
### Documentation
1717

lib/jekyll-import/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module JekyllImport
4-
VERSION = "0.22.0"
4+
VERSION = "0.23.0"
55
end

0 commit comments

Comments
 (0)