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.0.2](v1.0.1...v1.0.2) (2019-08-26) ### Bug Fixes * readme ([2868839](2868839))
- Loading branch information
1 parent
2868839
commit c98a069
Showing
2 changed files
with
14 additions
and
7 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,23 @@ | ||
## [1.0.1](https://github.com/researchgate/react-structured-data/compare/v1.0.0...v1.0.1) (2019-08-23) | ||
|
||
## [1.0.2](https://github.com/researchgate/react-structured-data/compare/v1.0.1...v1.0.2) (2019-08-26) | ||
|
||
### Bug Fixes | ||
|
||
* added publish config so semantic-release will release into public package on npm ([66086dd](https://github.com/researchgate/react-structured-data/commit/66086dd)) | ||
- readme | ||
([2868839](https://github.com/researchgate/react-structured-data/commit/2868839)) | ||
|
||
# [1.0.0](https://github.com/researchgate/react-structured-data/compare/v0.0.14...v1.0.0) (2019-08-23) | ||
## [1.0.1](https://github.com/researchgate/react-structured-data/compare/v1.0.0...v1.0.1) (2019-08-23) | ||
|
||
### Bug Fixes | ||
|
||
- added publish config so semantic-release will release into public package on | ||
npm | ||
([66086dd](https://github.com/researchgate/react-structured-data/commit/66086dd)) | ||
|
||
* added new schema.org types and added tests ([6ea022c](https://github.com/researchgate/react-structured-data/commit/6ea022c)) | ||
# [1.0.0](https://github.com/researchgate/react-structured-data/compare/v0.0.14...v1.0.0) (2019-08-23) | ||
|
||
- added new schema.org types and added tests | ||
([6ea022c](https://github.com/researchgate/react-structured-data/commit/6ea022c)) | ||
|
||
### BREAKING CHANGES | ||
|
||
* code was rearranged | ||
- code was rearranged |
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.1", | ||
"version": "1.0.2", | ||
"description": "Declarative JSON-LD Structured Data for ReactJS Apps", | ||
"author": "Ben Taylor <[email protected]>", | ||
"private": false, | ||
|