We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3250f91 commit 6b08f13Copy full SHA for 6b08f13
History.markdown
@@ -1,17 +1,17 @@
1
-## HEAD
+## 0.23.0 / 2024-01-16
2
3
-### Development Fixes
+### Minor Enhancements
4
5
- * Bump actions/checkout from 3 to 4 (#528)
+ * Add jekyll-import command (#532)
6
+ * add pebble importer (#527)
7
8
### Bug Fixes
9
10
* Escape non ascii-characters while image downlading from wordpress (#531)
11
-### Minor Enhancements
12
+### Development Fixes
13
- * Add jekyll-import command (#532)
14
- * add pebble importer (#527)
+ * Bump actions/checkout from 3 to 4 (#528)
15
16
### Documentation
17
lib/jekyll-import/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module JekyllImport
- VERSION = "0.22.0"
+ VERSION = "0.23.0"
end
0 commit comments