Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
WilStead committed Aug 22, 2022
1 parent 945441c commit c418048
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: publish
env:
VERSION: '0.7.1-preview'
VERSION: '0.7.2-preview'
PRERELEASE: true
on:
push:
Expand Down
4 changes: 4 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.7.2-preview
### Updated
- Update dependencies

## 0.7.1-preview
### Changed
- Make property setters in `MarkdownItem` public for serialization support outside this library.
Expand Down
2 changes: 1 addition & 1 deletion src/Tavenem.Wiki.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<PackageReference Include="HtmlSanitizer" Version="7.1.542" />
<PackageReference Include="Jint" Version="3.0.0-beta-2039" />
<PackageReference Include="Markdig" Version="0.30.3" />
<PackageReference Include="Tavenem.DataStore" Version="0.36.1-preview" />
<PackageReference Include="Tavenem.DataStore" Version="0.36.2-preview" />
<PackageReference Include="Tavenem.DiffPatchMerge" Version="1.0.0" />
</ItemGroup>

Expand Down

0 comments on commit c418048

Please sign in to comment.