Skip to content

Commit

Permalink
chore(main): release 3.0.0 (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 21, 2024
1 parent 35ebe4d commit dbc32ad
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.1.0"
".": "3.0.0"
}
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [3.0.0](https://github.com/XeroxDev/Loupedeck-plugin-YTMDesktop/compare/v2.1.0...v3.0.0) (2024-09-21)


### ⚠ BREAKING CHANGES

* migration to v6 ([#2](https://github.com/XeroxDev/Loupedeck-plugin-YTMDesktop/issues/2))

### Features

* migration to v6 ([#2](https://github.com/XeroxDev/Loupedeck-plugin-YTMDesktop/issues/2)) ([35ebe4d](https://github.com/XeroxDev/Loupedeck-plugin-YTMDesktop/commit/35ebe4d75accaa556b499b152ad9e1aa6aa1b992))

## v2.1.0 (2022-05-16)

### Feat
Expand Down Expand Up @@ -28,4 +39,4 @@

## 1.0.0 (2021-12-08)

- Initial release
- Initial release
8 changes: 4 additions & 4 deletions src/YTMDesktopPlugin/YTMDesktopPlugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
<PluginDir Condition="$(OS) != 'Windows_NT'">~/Library/Application\ Support/Logi/LogiPluginService/Plugins/</PluginDir>
<Company>XeroxDev</Company>
<!-- x-release-please-start-version -->
<AssemblyVersion>2.1.0</AssemblyVersion>
<FileVersion>2.1.0</FileVersion>
<Version>2.1.0</Version>
<PackageVersion>2.1.0</PackageVersion>
<AssemblyVersion>3.0.0</AssemblyVersion>
<FileVersion>3.0.0</FileVersion>
<Version>3.0.0</Version>
<PackageVersion>3.0.0</PackageVersion>
<!-- x-release-please-end -->
</PropertyGroup>

Expand Down

0 comments on commit dbc32ad

Please sign in to comment.