Skip to content

Commit 75b8064

Browse files
chore(release): 1.1.0 [skip ci]
# [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))
1 parent 19da0b8 commit 75b8064

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.1.0](https://github.com/researchgate/react-structured-data/compare/v1.0.6...v1.1.0) (2019-08-27)
2+
3+
4+
### Features
5+
6+
* 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))
7+
18
## [1.0.6](https://github.com/researchgate/react-structured-data/compare/v1.0.5...v1.0.6) (2019-08-26)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@researchgate/react-structured-data",
3-
"version": "1.0.6",
3+
"version": "1.1.0",
44
"description": "Declarative JSON-LD Structured Data for ReactJS Apps",
55
"author": "Ben Taylor <benlt105@gmail.com>",
66
"private": false,

0 commit comments

Comments
 (0)