Skip to content

Commit d30f83e

Browse files
committed
Merge branch 'main' into next
2 parents 8b6693f + 2a825cb commit d30f83e

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@
66

77
* **deps:** update dependency @tresjs/nuxt to v3.0.7 ([#106](https://github.com/tresjs/nuxt/issues/106)) ([8a73538](https://github.com/tresjs/nuxt/commit/8a735385edffdeda2fb12fa2cbe51376008ae39f))
88
* **deps:** update dependency typescript to v5.6.2 ([#136](https://github.com/tresjs/nuxt/issues/136)) ([a32ec04](https://github.com/tresjs/nuxt/commit/a32ec043fe65e1fb396a42a206eb32b3cb6df6a3))
9+
## [3.0.8](https://github.com/Tresjs/nuxt/compare/3.0.7...3.0.8) (2025-02-25)
10+
11+
### Bug Fixes
12+
13+
* **deps:** update dependency @tresjs/nuxt to v3.0.7 ([#106](https://github.com/Tresjs/nuxt/issues/106)) ([8a73538](https://github.com/Tresjs/nuxt/commit/8a735385edffdeda2fb12fa2cbe51376008ae39f))
14+
* **deps:** update dependency typescript to v5.6.2 ([#136](https://github.com/Tresjs/nuxt/issues/136)) ([a32ec04](https://github.com/Tresjs/nuxt/commit/a32ec043fe65e1fb396a42a206eb32b3cb6df6a3))
15+
* update repository URLs to use Tresjs capitalization ([#160](https://github.com/Tresjs/nuxt/issues/160)) ([0b39f37](https://github.com/Tresjs/nuxt/commit/0b39f370c5a4983574588f3224b16c64a926f63a))
916

1017
## [3.0.7](https://github.com/tresjs/nuxt/compare/3.0.6...3.0.7) (2024-09-06)
1118

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
"homepage": "https://tresjs.org",
1010
"repository": {
1111
"type": "git",
12-
"url": "git+https://github.com/tresjs/nuxt.git"
12+
"url": "git+https://github.com/Tresjs/nuxt.git"
1313
},
1414
"bugs": {
15-
"url": "https://github.com/tresjs/nuxt/issues"
15+
"url": "https://github.com/Tresjs/nuxt/issues"
1616
},
1717
"publishConfig": {
1818
"access": "public"

0 commit comments

Comments
 (0)