Skip to content

Commit 01ca235

Browse files
towandanicolas-fricke
authored andcommitted
Prepare release 0.3.5 (#140)
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
1 parent ac7bcf5 commit 01ca235

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# Changelog
2+
## 0.3.5 - 2018/12/12
3+
- **Improvements** to import and export image links from Google Docs
4+
- Import image `href`` from caption text using a custom tag
5+
- Export the image element href attribute as a link
6+
27
## 0.3.4 - 2018/5/10
38
- **Fix:** Only include slug from the soundcloud URL in google doc parser
49

lib/article_json/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ArticleJSON
2-
VERSION = '0.3.4'
2+
VERSION = '0.3.5'
33
end

spec/fixtures/reference_document_parsed.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"article_json_version": "0.3.4",
2+
"article_json_version": "0.3.5",
33
"content": [
44
{
55
"type": "paragraph",

0 commit comments

Comments
 (0)