Skip to content

Commit 601e8d5

Browse files
chore: release 2.0.0 (#113)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f9fedb3 commit 601e8d5

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [2.0.0](https://www.github.com/artiebits/svelte-seo/compare/v1.7.0...v2.0.0) (2025-11-07)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* add Svelte v5 as peer dep to fix missing props type declarations (#110)
9+
* cleanup after migration
10+
11+
### Bug Fixes
12+
13+
* add dist folder to .gitignore ([abf5383](https://www.github.com/artiebits/svelte-seo/commit/abf5383cb2e2a09018bfb25d1c4ddf749eb2bf98))
14+
* add Svelte v5 as peer dep to fix missing props type declarations ([#110](https://www.github.com/artiebits/svelte-seo/issues/110)) ([1c7e79c](https://www.github.com/artiebits/svelte-seo/commit/1c7e79c5310d8e92f1c4616e62f63d8cddead19f))
15+
* cleanup after migration ([c3a78d8](https://www.github.com/artiebits/svelte-seo/commit/c3a78d8a71b4a9df2b79cfc5a607d40c516271ba))
16+
* inline transform key function ([f9fedb3](https://www.github.com/artiebits/svelte-seo/commit/f9fedb3cf0879939127c283ed42a4867685cebda))
17+
318
## [1.7.0](https://www.github.com/artiebits/svelte-seo/compare/v1.6.1...v1.7.0) (2025-09-27)
419

520

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte-seo",
3-
"version": "1.7.1",
3+
"version": "2.0.0",
44
"license": "MIT",
55
"repository": "[email protected]:artiebits/svelte-seo.git",
66
"scripts": {

0 commit comments

Comments
 (0)