File tree Expand file tree Collapse file tree 3 files changed +32
-4
lines changed
Expand file tree Collapse file tree 3 files changed +32
-4
lines changed Original file line number Diff line number Diff line change 22 "solution" : {
33 "auto-reveal" : {
44 "impact" : " minor" ,
5- "oldVersion" : " 0.5 .0" ,
6- "newVersion" : " 0.6 .0" ,
5+ "oldVersion" : " 0.6 .0" ,
6+ "newVersion" : " 0.7 .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"
1220 }
1321 ],
1422 "pkgJSONPath" : " ./package.json"
1523 }
1624 },
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 "
25+ "description" : " ## Release (2025-05-19 )\n\n * auto-reveal 0.7 .0 (minor)\n\n #### :rocket: Enhancement\n * `auto-reveal`\n * [#86 ](https://github.com/mainmatter/auto-reveal/pull/86) Enable additional Reveal.js plugins ([@pichfl](https://github.com/pichfl))\n\n #### :bug: Bug Fix \n * `auto-reveal` \n * [#96 ](https://github.com/mainmatter/auto-reveal/pull/96) fix loading location of config.json and add a test ([@mansona ](https://github.com/mansona ))\n\n #### :house: Internal \n * `auto-reveal` \n * [#94 ](https://github.com/mainmatter/auto-reveal/pull/94) add a demo for auto-reveal ([@mansona ](https://github.com/mansona ))\n\n #### Committers: 2 \n - Chris Manson ([@mansona](https://github.com/mansona)) \n - Florian Pichler ([@pichfl](https://github.com/pichfl))\n "
1826}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## Release (2025-05-19)
4+
5+ * auto-reveal 0.7.0 (minor)
6+
7+ #### :rocket : Enhancement
8+ * ` auto-reveal `
9+ * [ #86 ] ( https://github.com/mainmatter/auto-reveal/pull/86 ) Enable additional Reveal.js plugins ([ @pichfl ] ( https://github.com/pichfl ) )
10+
11+ #### :bug : Bug Fix
12+ * ` auto-reveal `
13+ * [ #96 ] ( https://github.com/mainmatter/auto-reveal/pull/96 ) fix loading location of config.json and add a test ([ @mansona ] ( https://github.com/mansona ) )
14+
15+ #### :house : Internal
16+ * ` auto-reveal `
17+ * [ #94 ] ( https://github.com/mainmatter/auto-reveal/pull/94 ) add a demo for auto-reveal ([ @mansona ] ( https://github.com/mansona ) )
18+
19+ #### Committers: 2
20+ - Chris Manson ([ @mansona ] ( https://github.com/mansona ) )
21+ - Florian Pichler ([ @pichfl ] ( https://github.com/pichfl ) )
22+
323## Release (2025-03-27)
424
525* auto-reveal 0.6.0 (minor)
Original file line number Diff line number Diff line change 11{
22 "name" : " auto-reveal" ,
3- "version" : " 0.6 .0" ,
3+ "version" : " 0.7 .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