Skip to content

Commit 6ed7e8f

Browse files
chore: release main
1 parent ace40a7 commit 6ed7e8f

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.4",
3-
"apps/web": "0.2.5",
2+
".": "0.3.5",
3+
"apps/web": "0.2.6",
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.5](https://github.com/devakone/vibe-coding-profiler/compare/vibe-coding-profiler-v0.3.4...vibe-coding-profiler-v0.3.5) (2026-02-12)
4+
5+
6+
### Bug Fixes
7+
8+
* escape quotes in methodology page and add footer attribution ([c51c1b9](https://github.com/devakone/vibe-coding-profiler/commit/c51c1b96e35314f1f5a6c220e8f46e533cd45df4))
9+
* rename share-debug route to .tsx for JSX support ([30f7b43](https://github.com/devakone/vibe-coding-profiler/commit/30f7b4370a77f199633e16b53db40682fb176469))
10+
311
## [0.3.4](https://github.com/devakone/vibe-coding-profiler/compare/vibe-coding-profiler-v0.3.3...vibe-coding-profiler-v0.3.4) (2026-02-12)
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.6](https://github.com/devakone/vibe-coding-profiler/compare/web-v0.2.5...web-v0.2.6) (2026-02-12)
4+
5+
6+
### Bug Fixes
7+
8+
* escape quotes in methodology page and add footer attribution ([c51c1b9](https://github.com/devakone/vibe-coding-profiler/commit/c51c1b96e35314f1f5a6c220e8f46e533cd45df4))
9+
* rename share-debug route to .tsx for JSX support ([30f7b43](https://github.com/devakone/vibe-coding-profiler/commit/30f7b4370a77f199633e16b53db40682fb176469))
10+
311
## [0.2.5](https://github.com/devakone/vibe-coding-profiler/compare/web-v0.2.4...web-v0.2.5) (2026-02-12)
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.5",
3+
"version": "0.2.6",
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.4",
3+
"version": "0.3.5",
44
"private": true,
55
"workspaces": [
66
"apps/*",

0 commit comments

Comments
 (0)