Skip to content

Commit

Permalink
chore(release): 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mu88 committed Dec 6, 2024
1 parent 679afa5 commit 40193a3
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,32 @@

All notable changes to this project will be documented in this file. See [versionize](https://github.com/versionize/versionize) for commit guidelines.

<a name="2.0.0"></a>

## [2.0.0](https://www.github.com/mu88/ElectronWebsiteWrapper/releases/tag/v1.2.0) (2024-12-06)

### Features

* **deps:** upgrade to .NET
9 ([679afa5](https://www.github.com/mu88/ElectronWebsiteWrapper/commit/679afa5d1b65a67dba1245474a9fcbf4913535dd))

### Breaking Changes

* **deps:** upgrade to .NET
9 ([679afa5](https://www.github.com/mu88/ElectronWebsiteWrapper/commit/679afa5d1b65a67dba1245474a9fcbf4913535dd))

<a name="1.2.0"></a>
## [1.2.0](https://www.github.com/mu88/ElectronWebsiteWrapper/releases/tag/v1.2.0) (2024-11-19)

### Features

* do not ship as single file as it makes changing the config
easier ([23897cd](https://www.github.com/mu88/ElectronWebsiteWrapper/commit/23897cd21e1015482f522a92bdc448ae94a6ed49))
* set window title of app ([2a6f631](https://www.github.com/mu88/ElectronWebsiteWrapper/commit/2a6f63176587e685774d408a9b5a393a827c04b2))
* style
app ([f8246bd](https://www.github.com/mu88/ElectronWebsiteWrapper/commit/f8246bda24d5167bb8aeb97847eab1fd6d9ae19a))
* use custom env var
prefix ([eac2138](https://www.github.com/mu88/ElectronWebsiteWrapper/commit/eac21385e186eaa241a31f9da0603da2c79c6bfa))

<a name="1.1.0"></a>
## [1.1.0](https://www.github.com/mu88/ElectronWebsiteWrapper/releases/tag/v1.1.0) (2024-06-13)
Expand Down
2 changes: 1 addition & 1 deletion ElectronWebsiteWrapper.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<Version>1.2.0</Version>
<Version>2.0.0</Version>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
Expand Down

0 comments on commit 40193a3

Please sign in to comment.