forked from bentaylor2/react-structured-data
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [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
1 parent
19da0b8
commit 75b8064
Showing
2 changed files
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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, | ||
|