Skip to content

Commit 2157f47

Browse files
authored
Merge pull request #8 from devakone/release-please--branches--main
chore: release main
2 parents 6be35a5 + 3f4a513 commit 2157f47

6 files changed

Lines changed: 20 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.1.1",
3-
"apps/web": "0.1.1",
2+
".": "0.1.2",
3+
"apps/web": "0.1.2",
44
"apps/worker": "0.1.1"
55
}

CHANGELOG.md

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

3+
## [0.1.2](https://github.com/devakone/vibed-coding/compare/vide-coding-v0.1.1...vide-coding-v0.1.2) (2026-01-21)
4+
5+
6+
### Features
7+
8+
* enhance profile sharing and versioning features ([411ba50](https://github.com/devakone/vibed-coding/commit/411ba506074e2d35c5ec0c07aff8f824a86ef96b))
9+
310
## [0.1.1](https://github.com/devakone/vibed-coding/compare/vide-coding-v0.1.0...vide-coding-v0.1.1) (2026-01-20)
411

512

apps/web/CHANGELOG.md

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

3+
## [0.1.2](https://github.com/devakone/vibed-coding/compare/web-v0.1.1...web-v0.1.2) (2026-01-21)
4+
5+
6+
### Features
7+
8+
* enhance profile sharing and versioning features ([411ba50](https://github.com/devakone/vibed-coding/commit/411ba506074e2d35c5ec0c07aff8f824a86ef96b))
9+
310
## [0.1.1](https://github.com/devakone/vibed-coding/compare/web-v0.1.0...web-v0.1.1) (2026-01-20)
411

512

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": "@vibed/web",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
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": "vibed-coding",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"private": true,
55
"workspaces": [
66
"apps/*",

0 commit comments

Comments
 (0)