svelte-meta-tags 2.3.1 → 2.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## [2.3.1](https://github.com/oekazuma/svelte-meta-tags/compare/v2.3.0...v2.3.1) (2022-02-25)
2
+
3
+ ### Bug Fixes
4
+
5
+ - fix lint error in `@typescript-eslint/no-empty-interface` ([6f41cc4](https://github.com/oekazuma/svelte-meta-tags/commit/6f41cc4e0d0022b1be6c778d4520bdd7b0188127))
6
+
1
7
  # [2.3.0](https://github.com/oekazuma/svelte-meta-tags/compare/v2.2.3...v2.3.0) (2022-01-28)
2
8
 
3
9
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svelte-meta-tags",
3
- "version": "2.3.1",
3
+ "version": "2.3.2",
4
4
  "description": "Svelte Meta Tags is a plugin that makes managing your SEO easier in Svelte projects.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -18,18 +18,18 @@
18
18
  "url": "https://github.com/oekazuma/svelte-meta-tags"
19
19
  },
20
20
  "dependencies": {
21
- "schema-dts": "1.0.0"
21
+ "schema-dts": "1.1.0"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@commitlint/cli": "16.2.1",
25
25
  "@commitlint/config-conventional": "16.2.1",
26
26
  "@semantic-release/changelog": "6.0.1",
27
27
  "@semantic-release/git": "10.0.1",
28
- "@sveltejs/kit": "1.0.0-next.284",
28
+ "@sveltejs/kit": "1.0.0-next.287",
29
29
  "@typescript-eslint/eslint-plugin": "5.12.1",
30
30
  "@typescript-eslint/parser": "5.12.1",
31
31
  "cypress": "9.5.0",
32
- "eslint": "8.9.0",
32
+ "eslint": "8.10.0",
33
33
  "eslint-config-prettier": "8.4.0",
34
34
  "eslint-plugin-cypress": "2.12.1",
35
35
  "eslint-plugin-svelte3": "3.4.1",