Skip to content

Commit

Permalink
chore(release): 1.0.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.2](v1.0.1...v1.0.2) (2019-08-26)

### Bug Fixes

* readme ([2868839](2868839))
  • Loading branch information
semantic-release-bot committed Aug 26, 2019
1 parent 2868839 commit c98a069
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
19 changes: 13 additions & 6 deletions CHANGELOG.md
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
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.1",
"version": "1.0.2",
"description": "Declarative JSON-LD Structured Data for ReactJS Apps",
"author": "Ben Taylor <[email protected]>",
"private": false,
Expand Down

0 comments on commit c98a069

Please sign in to comment.