Skip to content

Commit

Permalink
Release new versions
Browse files Browse the repository at this point in the history
  • Loading branch information
MangelMaxime committed Jun 13, 2024
1 parent 08eb2c2 commit a1c4a32
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Dom/Browser.Dom.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<PackageId>Fable.Browser.Dom</PackageId>
<Version>2.16.0</Version>
<PackageVersion>2.16.0</PackageVersion>
<Version>2.17.0</Version>
<PackageVersion>2.17.0</PackageVersion>
<TargetFramework>netstandard2.0</TargetFramework>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Tags>fable;fable-binding;fable-javascript</Tags>
Expand Down
4 changes: 4 additions & 0 deletions src/Dom/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 2.17.0

* Fix #137: Remove `Worker` related types, use `Fable.Browser.Worker` if needed (by @MangelMaxime)

### 2.16.0

* Move `children` from `HTMLElement` to `Element` (by @chkn)
Expand Down

0 comments on commit a1c4a32

Please sign in to comment.