Skip to content

Commit 142707d

Browse files
chore: release main
1 parent 90fdab4 commit 142707d

6 files changed

Lines changed: 22 additions & 6 deletions

File tree

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
".": "0.3.12",
3-
"apps/web": "0.2.11",
2+
".": "0.3.13",
3+
"apps/web": "0.2.12",
44
"apps/worker": "0.2.0"
55
}

CHANGELOG.md

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

3+
## [0.3.13](https://github.com/devakone/vibe-coding-profiler/compare/vibe-coding-profiler-v0.3.12...vibe-coding-profiler-v0.3.13) (2026-06-22)
4+
5+
6+
### Bug Fixes
7+
8+
* **web:** prevent Plausible SSR crash ([9c058cf](https://github.com/devakone/vibe-coding-profiler/commit/9c058cf81dc773745d7d9f2597cde090360c97ed))
9+
* **web:** prevent Plausible SSR crash ([3775bae](https://github.com/devakone/vibe-coding-profiler/commit/3775baea5a1f577492a8aa2b966344be9fc7f7b4))
10+
311
## [0.3.12](https://github.com/devakone/vibe-coding-profiler/compare/vibe-coding-profiler-v0.3.11...vibe-coding-profiler-v0.3.12) (2026-05-14)
412

513

apps/web/CHANGELOG.md

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

3+
## [0.2.12](https://github.com/devakone/vibe-coding-profiler/compare/web-v0.2.11...web-v0.2.12) (2026-06-22)
4+
5+
6+
### Bug Fixes
7+
8+
* **web:** prevent Plausible SSR crash ([9c058cf](https://github.com/devakone/vibe-coding-profiler/commit/9c058cf81dc773745d7d9f2597cde090360c97ed))
9+
* **web:** prevent Plausible SSR crash ([3775bae](https://github.com/devakone/vibe-coding-profiler/commit/3775baea5a1f577492a8aa2b966344be9fc7f7b4))
10+
311
## [0.2.11](https://github.com/devakone/vibe-coding-profiler/compare/web-v0.2.10...web-v0.2.11) (2026-05-14)
412

513

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vibe-coding-profiler/web",
3-
"version": "0.2.11",
3+
"version": "0.2.12",
44
"private": true,
55
"scripts": {
66
"dev": "next dev -p 8108",

package-lock.json

Lines changed: 2 additions & 2 deletions
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": "vibe-coding-profiler",
3-
"version": "0.3.12",
3+
"version": "0.3.13",
44
"private": true,
55
"workspaces": [
66
"apps/*",

0 commit comments

Comments
 (0)