Skip to content

Commit

Permalink
Prepare release 0.3.5 (#140)
Browse files Browse the repository at this point in the history
Improvements to import and export image links from Google Docs
- Import image `href`` from caption text using a custom tag
- Export the image element href attribute as a link
  • Loading branch information
towanda authored and nicolas-fricke committed Dec 12, 2018
1 parent ac7bcf5 commit 01ca235
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Changelog
## 0.3.5 - 2018/12/12
- **Improvements** to import and export image links from Google Docs
- Import image `href`` from caption text using a custom tag
- Export the image element href attribute as a link

## 0.3.4 - 2018/5/10
- **Fix:** Only include slug from the soundcloud URL in google doc parser

Expand Down
2 changes: 1 addition & 1 deletion lib/article_json/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ArticleJSON
VERSION = '0.3.4'
VERSION = '0.3.5'
end
2 changes: 1 addition & 1 deletion spec/fixtures/reference_document_parsed.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"article_json_version": "0.3.4",
"article_json_version": "0.3.5",
"content": [
{
"type": "paragraph",
Expand Down

0 comments on commit 01ca235

Please sign in to comment.