From 01ca2353b07a773e0112a029e277f5a264cd5721 Mon Sep 17 00:00:00 2001 From: Manu Campos Date: Wed, 12 Dec 2018 16:53:30 +0100 Subject: [PATCH] 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 --- CHANGELOG.md | 5 +++++ lib/article_json/version.rb | 2 +- spec/fixtures/reference_document_parsed.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e005707..56c3ad0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lib/article_json/version.rb b/lib/article_json/version.rb index ec87d69..b42da38 100644 --- a/lib/article_json/version.rb +++ b/lib/article_json/version.rb @@ -1,3 +1,3 @@ module ArticleJSON - VERSION = '0.3.4' + VERSION = '0.3.5' end diff --git a/spec/fixtures/reference_document_parsed.json b/spec/fixtures/reference_document_parsed.json index ea7953b..6f2e967 100644 --- a/spec/fixtures/reference_document_parsed.json +++ b/spec/fixtures/reference_document_parsed.json @@ -1,5 +1,5 @@ { - "article_json_version": "0.3.4", + "article_json_version": "0.3.5", "content": [ { "type": "paragraph",