Skip to content

Commit dbc32ad

Browse files
chore(main): release 3.0.0 (#6)
1 parent 35ebe4d commit dbc32ad

File tree

3 files changed

+17
-6
lines changed

3 files changed

+17
-6
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.1.0"
2+
".": "3.0.0"
33
}

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [3.0.0](https://github.com/XeroxDev/Loupedeck-plugin-YTMDesktop/compare/v2.1.0...v3.0.0) (2024-09-21)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* migration to v6 ([#2](https://github.com/XeroxDev/Loupedeck-plugin-YTMDesktop/issues/2))
9+
10+
### Features
11+
12+
* migration to v6 ([#2](https://github.com/XeroxDev/Loupedeck-plugin-YTMDesktop/issues/2)) ([35ebe4d](https://github.com/XeroxDev/Loupedeck-plugin-YTMDesktop/commit/35ebe4d75accaa556b499b152ad9e1aa6aa1b992))
13+
314
## v2.1.0 (2022-05-16)
415

516
### Feat
@@ -28,4 +39,4 @@
2839

2940
## 1.0.0 (2021-12-08)
3041

31-
- Initial release
42+
- Initial release

src/YTMDesktopPlugin/YTMDesktopPlugin.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
<PluginDir Condition="$(OS) != 'Windows_NT'">~/Library/Application\ Support/Logi/LogiPluginService/Plugins/</PluginDir>
2020
<Company>XeroxDev</Company>
2121
<!-- x-release-please-start-version -->
22-
<AssemblyVersion>2.1.0</AssemblyVersion>
23-
<FileVersion>2.1.0</FileVersion>
24-
<Version>2.1.0</Version>
25-
<PackageVersion>2.1.0</PackageVersion>
22+
<AssemblyVersion>3.0.0</AssemblyVersion>
23+
<FileVersion>3.0.0</FileVersion>
24+
<Version>3.0.0</Version>
25+
<PackageVersion>3.0.0</PackageVersion>
2626
<!-- x-release-please-end -->
2727
</PropertyGroup>
2828

0 commit comments

Comments
 (0)