Skip to content

Commit 641ccb5

Browse files
committed
2.4.8
1 parent 1cbe52f commit 641ccb5

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 2.4.8 (29 December 2024)
2+
- [#109](https://github.com/Handlebars-Net/Handlebars.Net.Helpers/pull/109) - Add PassthroughTextEncoder [enhancement] contributed by [StefH](https://github.com/StefH)
3+
14
# 2.4.7 (28 November 2024)
25
- [#106](https://github.com/Handlebars-Net/Handlebars.Net.Helpers/pull/106) - Exclude some code when running in Blazor Webassembly [bug] contributed by [StefH](https://github.com/StefH)
36
- [#105](https://github.com/Handlebars-Net/Handlebars.Net.Helpers/issues/105) - System.Diagnostic not supported in net8.0-browser [bug]

Generate-ReleaseNotes.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
rem https://github.com/StefH/GitHubReleaseNotes
22

3-
SET version=2.4.7
3+
SET version=2.4.8
44

55
GitHubReleaseNotes --output CHANGELOG.md --skip-empty-releases --exclude-labels question invalid documentation duplicate --version %version% --token %GH_TOKEN%

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<PropertyGroup>
77
<TargetFrameworks>net451;net452;net46;netstandard1.3;netstandard2.0;netstandard2.1;net6.0;net8.0</TargetFrameworks>
8-
<VersionPrefix>2.4.7</VersionPrefix>
8+
<VersionPrefix>2.4.8</VersionPrefix>
99
<LangVersion>11</LangVersion>
1010
<Nullable>enable</Nullable>
1111
<Copyright>Copyright © 2020-2024 Stef Heyenrath</Copyright>

0 commit comments

Comments
 (0)