Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.2.2...v2.0.0) (2021-09-18)

### chore

* change name the MetaTags export ([d40b535](d40b535))
* remove jsonLd property from MetaTags component ([a05ae2b](a05ae2b))

### BREAKING CHANGES

* Change the way import is written.
* Remove jsonLd parameter from MetaTags component.
Please use the JsonLd component from now on.
  • Loading branch information
semantic-release-bot committed Sep 18, 2021
1 parent f7891f0 commit 9ba8e47
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [2.0.0](https://github.com/oekazuma/svelte-meta-tags/compare/v1.2.2...v2.0.0) (2021-09-18)

### chore

- change name the MetaTags export ([d40b535](https://github.com/oekazuma/svelte-meta-tags/commit/d40b535249be8b629ba1034358865aa08993927c))
- remove jsonLd property from MetaTags component ([a05ae2b](https://github.com/oekazuma/svelte-meta-tags/commit/a05ae2b72a8605253a50249e8f76ee76cbe1411d))

### BREAKING CHANGES

- Change the way import is written.
- Remove jsonLd parameter from MetaTags component.
Please use the JsonLd component from now on.

## [1.2.2](https://github.com/oekazuma/svelte-meta-tags/compare/v1.2.1...v1.2.2) (2021-09-07)

### Bug Fixes
Expand Down

0 comments on commit 9ba8e47

Please sign in to comment.