You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .release-plan.json
+12-3Lines changed: 12 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2,16 +2,25 @@
2
2
"solution": {
3
3
"auto-reveal": {
4
4
"impact": "minor",
5
-
"oldVersion": "0.3.0",
6
-
"newVersion": "0.4.0",
5
+
"oldVersion": "0.4.0",
6
+
"newVersion": "0.5.0",
7
+
"tagName": "latest",
7
8
"constraints": [
8
9
{
9
10
"impact": "minor",
10
11
"reason": "Appears in changelog section :rocket: Enhancement"
12
+
},
13
+
{
14
+
"impact": "patch",
15
+
"reason": "Appears in changelog section :bug: Bug Fix"
16
+
},
17
+
{
18
+
"impact": "patch",
19
+
"reason": "Appears in changelog section :house: Internal"
11
20
}
12
21
],
13
22
"pkgJSONPath": "./package.json"
14
23
}
15
24
},
16
-
"description": "## Release (2024-10-07)\n\nauto-reveal 0.4.0 (minor)\n\n#### :rocket: Enhancement\n* `auto-reveal`\n * [#43](https://github.com/mainmatter/auto-reveal/pull/43) find themes in dev dependencies too ([@mansona](https://github.com/mansona))\n * [#38](https://github.com/mainmatter/auto-reveal/pull/38) Use localeCompare instead of custom regex ([@pichfl](https://github.com/pichfl))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Florian Pichler ([@pichfl](https://github.com/pichfl))\n"
25
+
"description": "## Release (2025-03-25)\n\n* auto-reveal 0.5.0 (minor)\n\n#### :rocket: Enhancement\n* `auto-reveal`\n * [#65](https://github.com/mainmatter/auto-reveal/pull/65) Allow auto-reveal to launch without relying on installing a theme ([@pichfl](https://github.com/pichfl))\n * [#64](https://github.com/mainmatter/auto-reveal/pull/64) Make port configurable ([@pichfl](https://github.com/pichfl))\n * [#59](https://github.com/mainmatter/auto-reveal/pull/59) Update dependencies ([@pichfl](https://github.com/pichfl))\n\n#### :bug: Bug Fix\n* `auto-reveal`\n * [#68](https://github.com/mainmatter/auto-reveal/pull/68) Make start the default command for auto-reveal ([@pichfl](https://github.com/pichfl))\n * [#56](https://github.com/mainmatter/auto-reveal/pull/56) Bugfix: Don't crash when devDependencies are not defined ([@pichfl](https://github.com/pichfl))\n\n#### :house: Internal\n* `auto-reveal`\n * [#66](https://github.com/mainmatter/auto-reveal/pull/66) add a basic default theme test ([@mansona](https://github.com/mansona))\n * [#63](https://github.com/mainmatter/auto-reveal/pull/63) Re-organize commander code ([@pichfl](https://github.com/pichfl))\n * [#60](https://github.com/mainmatter/auto-reveal/pull/60) Add vitest ([@pichfl](https://github.com/pichfl))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Florian Pichler ([@pichfl](https://github.com/pichfl))\n"
Copy file name to clipboardExpand all lines: CHANGELOG.md
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,30 @@
1
1
# Changelog
2
2
3
+
## Release (2025-03-25)
4
+
5
+
* auto-reveal 0.5.0 (minor)
6
+
7
+
#### :rocket: Enhancement
8
+
*`auto-reveal`
9
+
*[#65](https://github.com/mainmatter/auto-reveal/pull/65) Allow auto-reveal to launch without relying on installing a theme ([@pichfl](https://github.com/pichfl))
10
+
*[#64](https://github.com/mainmatter/auto-reveal/pull/64) Make port configurable ([@pichfl](https://github.com/pichfl))
*[#68](https://github.com/mainmatter/auto-reveal/pull/68) Make start the default command for auto-reveal ([@pichfl](https://github.com/pichfl))
16
+
*[#56](https://github.com/mainmatter/auto-reveal/pull/56) Bugfix: Don't crash when devDependencies are not defined ([@pichfl](https://github.com/pichfl))
17
+
18
+
#### :house: Internal
19
+
*`auto-reveal`
20
+
*[#66](https://github.com/mainmatter/auto-reveal/pull/66) add a basic default theme test ([@mansona](https://github.com/mansona))
0 commit comments