Skip to content

Commit 7d6b140

Browse files
authored
Merge pull request #78 from mainmatter/release-preview
Prepare Release
2 parents 8dfe9cc + a2d65ae commit 7d6b140

File tree

3 files changed

+32
-4
lines changed

3 files changed

+32
-4
lines changed

.release-plan.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,25 @@
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
}

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
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)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)