Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.6...v1.1.0) (2019-08-27)

### Features

* dangerouslySetInnerHTML property is removed. All the string props will get encoded and dangerouslySetInnerHTML will be used ([19da0b8](19da0b8))
  • Loading branch information
semantic-release-bot committed Aug 27, 2019
1 parent 19da0b8 commit 75b8064
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.1.0](https://github.com/researchgate/react-structured-data/compare/v1.0.6...v1.1.0) (2019-08-27)


### Features

* dangerouslySetInnerHTML property is removed. All the string props will get encoded and dangerouslySetInnerHTML will be used ([19da0b8](https://github.com/researchgate/react-structured-data/commit/19da0b8))

## [1.0.6](https://github.com/researchgate/react-structured-data/compare/v1.0.5...v1.0.6) (2019-08-26)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@researchgate/react-structured-data",
"version": "1.0.6",
"version": "1.1.0",
"description": "Declarative JSON-LD Structured Data for ReactJS Apps",
"author": "Ben Taylor <[email protected]>",
"private": false,
Expand Down

0 comments on commit 75b8064

Please sign in to comment.