Skip to content

Commit

Permalink
Release 0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
parkr committed Jan 17, 2024
1 parent 3250f91 commit 6b08f13
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions History.markdown
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
## HEAD
## 0.23.0 / 2024-01-16

### Development Fixes
### Minor Enhancements

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

### Bug Fixes

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

### Minor Enhancements
### Development Fixes

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

### Documentation

Expand Down
2 changes: 1 addition & 1 deletion lib/jekyll-import/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module JekyllImport
VERSION = "0.22.0"
VERSION = "0.23.0"
end

0 comments on commit 6b08f13

Please sign in to comment.