File tree Expand file tree Collapse file tree 3 files changed +36
-7
lines changed
Expand file tree Collapse file tree 3 files changed +36
-7
lines changed Original file line number Diff line number Diff line change 11{
22 "solution" : {
33 "auto-reveal" : {
4- "impact" : " patch " ,
5- "oldVersion" : " 0.2.0 " ,
6- "newVersion" : " 0.2.1 " ,
4+ "impact" : " minor " ,
5+ "oldVersion" : " 0.2.1 " ,
6+ "newVersion" : " 0.3.0 " ,
77 "constraints" : [
8+ {
9+ "impact" : " minor" ,
10+ "reason" : " Appears in changelog section :rocket: Enhancement"
11+ },
812 {
913 "impact" : " patch" ,
10- "reason" : " Appears in changelog section :bug: Bug Fix "
14+ "reason" : " Appears in changelog section :house: Internal "
1115 }
1216 ],
1317 "pkgJSONPath" : " ./package.json"
1418 }
1519 },
16- "description" : " ## Release (2024-07-24)\n\n auto-reveal 0.2.1 (patch)\n\n #### :bug: Bug Fix\n * `auto-reveal`\n * [#12](https://github.com/pichfl/auto-reveal/pull/12) Remove deprecation from import.meta.glob ([@pichfl](https://github.com/pichfl))\n\n #### Committers: 1\n - Florian Pichler ([@pichfl](https://github.com/pichfl))\n "
20+ "description": "## Release (2024-08-10)\n\nauto-reveal 0.3.0 (minor)\n\n#### :rocket: Enhancement\n* `auto-reveal`\n * [#33](https://github.com/mainmatter/auto-reveal/pull/33) Use relative base root for Vite ([@pichfl](https://github.com/pichfl))\n * [#32](https://github.com/mainmatter/auto-reveal/pull/32) Add argument for output directory ([@pichfl](https://github.com/pichfl))\n * [#25](https://github.com/mainmatter/auto-reveal/pull/25) Update README with License and Copyright ([@pichfl](https://github.com/pichfl))\n\n#### :house: Internal\n* `auto-reveal`\n * [#29](https://github.com/mainmatter/auto-reveal/pull/29) Update dependencies ([@pichfl](https://github.com/pichfl))\n * [#30](https://github.com/mainmatter/auto-reveal/pull/30) fix the trigger for the lint CI job ([@mansona](https://github.com/mansona))\n * [#28](https://github.com/mainmatter/auto-reveal/pull/28) Internal: Add Lint action ([@pichfl](https://github.com/pichfl))\n * [#18](https://github.com/mainmatter/auto-reveal/pull/18) update release-plan ([@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"
1721}
Original file line number Diff line number Diff line change 11# Changelog
2+
3+ ## Release (2024-08-10)
4+
5+ auto-reveal 0.3.0 (minor)
6+
7+ #### :rocket : Enhancement
8+ * ` auto-reveal `
9+ * [ #33 ] ( https://github.com/mainmatter/auto-reveal/pull/33 ) Use relative base root for Vite ([ @pichfl ] ( https://github.com/pichfl ) )
10+ * [ #32 ] ( https://github.com/mainmatter/auto-reveal/pull/32 ) Add argument for output directory ([ @pichfl ] ( https://github.com/pichfl ) )
11+ * [ #25 ] ( https://github.com/mainmatter/auto-reveal/pull/25 ) Update README with License and Copyright ([ @pichfl ] ( https://github.com/pichfl ) )
12+
13+ #### :house : Internal
14+ * ` auto-reveal `
15+ * [ #29 ] ( https://github.com/mainmatter/auto-reveal/pull/29 ) Update dependencies ([ @pichfl ] ( https://github.com/pichfl ) )
16+ * [ #30 ] ( https://github.com/mainmatter/auto-reveal/pull/30 ) fix the trigger for the lint CI job ([ @mansona ] ( https://github.com/mansona ) )
17+ * [ #28 ] ( https://github.com/mainmatter/auto-reveal/pull/28 ) Internal: Add Lint action ([ @pichfl ] ( https://github.com/pichfl ) )
18+ * [ #18 ] ( https://github.com/mainmatter/auto-reveal/pull/18 ) update release-plan ([ @mansona ] ( https://github.com/mansona ) )
19+
20+ #### Committers: 2
21+ - Chris Manson ([ @mansona ] ( https://github.com/mansona ) )
22+ - Florian Pichler ([ @pichfl ] ( https://github.com/pichfl ) )
223## Release (2024-07-24)
324
425auto-reveal 0.2.1 (patch)
Original file line number Diff line number Diff line change 11{
22 "name" : " auto-reveal" ,
3- "version" : " 0.2.1 " ,
3+ "version" : " 0.3.0 " ,
44 "description" : " The command-line interface for reveal.js presentations." ,
5- "keywords" : [" reveal.js" , " cli" , " markdown" ],
5+ "keywords" : [
6+ " reveal.js" ,
7+ " cli" ,
8+ " markdown"
9+ ],
610 "repository" : {
711 "type" : " git" ,
812 "url" : " git@github.com:mainmatter/auto-reveal.git"
You can’t perform that action at this time.
0 commit comments