Skip to content

Commit

Permalink
Prepare 0.3.2 release
Browse files Browse the repository at this point in the history
Contains another fix to prevent `nil` elements when placing additional
elements on articles that end with empty paragraphs
  • Loading branch information
nicolas-fricke authored and dsager committed Dec 7, 2017
1 parent 773b318 commit 987915e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 0.3.2 - 2017/12/06
- Another **fix** to prevent `nil` elements when placing additional elements on articles that end with empty paragraphs

## 0.3.1 - 2017/11/29
- **Fix:** prevent `nil` elements when placing additional element on empty articles

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.1'
VERSION = '0.3.2'
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.1",
"article_json_version": "0.3.2",
"content": [
{
"type": "paragraph",
Expand Down

0 comments on commit 987915e

Please sign in to comment.