File tree Expand file tree Collapse file tree 3 files changed +17
-12
lines changed
Expand file tree Collapse file tree 3 files changed +17
-12
lines changed Original file line number Diff line number Diff line change 22 "solution" : {
33 "auto-reveal" : {
44 "impact" : " minor" ,
5- "oldVersion" : " 0.4 .0" ,
6- "newVersion" : " 0.5 .0" ,
5+ "oldVersion" : " 0.5 .0" ,
6+ "newVersion" : " 0.6 .0" ,
77 "tagName" : " latest" ,
88 "constraints" : [
99 {
1010 "impact" : " minor" ,
1111 "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"
2012 }
2113 ],
2214 "pkgJSONPath" : " ./package.json"
2315 }
2416 },
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"
17+ "description" : " ## Release (2025-03-27)\n\n * auto-reveal 0.6.0 (minor)\n\n #### :rocket: Enhancement\n * `auto-reveal`\n * [#73](https://github.com/mainmatter/auto-reveal/pull/73) Add `add` command to create new slide files ([@pichfl](https://github.com/pichfl))\n * [#72](https://github.com/mainmatter/auto-reveal/pull/72) Rename (and alias) init to create ([@pichfl](https://github.com/pichfl))\n * [#70](https://github.com/mainmatter/auto-reveal/pull/70) Add `init` command to quickly setup new presentations ([@pichfl](https://github.com/pichfl))\n\n #### Committers: 1\n - Florian Pichler ([@pichfl](https://github.com/pichfl))\n "
2618}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## Release (2025-03-27)
4+
5+ * auto-reveal 0.6.0 (minor)
6+
7+ #### :rocket : Enhancement
8+ * ` auto-reveal `
9+ * [ #73 ] ( https://github.com/mainmatter/auto-reveal/pull/73 ) Add ` add ` command to create new slide files ([ @pichfl ] ( https://github.com/pichfl ) )
10+ * [ #72 ] ( https://github.com/mainmatter/auto-reveal/pull/72 ) Rename (and alias) init to create ([ @pichfl ] ( https://github.com/pichfl ) )
11+ * [ #70 ] ( https://github.com/mainmatter/auto-reveal/pull/70 ) Add ` init ` command to quickly setup new presentations ([ @pichfl ] ( https://github.com/pichfl ) )
12+
13+ #### Committers: 1
14+ - Florian Pichler ([ @pichfl ] ( https://github.com/pichfl ) )
15+
316## Release (2025-03-25)
417
518* auto-reveal 0.5.0 (minor)
Original file line number Diff line number Diff line change 11{
22 "name" : " auto-reveal" ,
3- "version" : " 0.5 .0" ,
3+ "version" : " 0.6 .0" ,
44 "description" : " The command-line interface for reveal.js presentations." ,
55 "keywords" : [
66 " reveal.js" ,
You can’t perform that action at this time.
0 commit comments