Skip to content

Commit

Permalink
Bump version to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jcparkyn committed Jun 8, 2024
1 parent 06a3758 commit f7635fb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# Unreleased
# [v0.7.1] - 2024-06-08

## Added
- New `RefetchInterval` option on queries to automatically re-fetch a query on a fixed interval.
Expand All @@ -11,6 +11,8 @@
## Development
- More tests.

[Changes][v0.7.1]

# [v0.7.0] - 2024-05-04

## Added
Expand Down Expand Up @@ -219,6 +221,7 @@ This release removes the concept of mutations as the previously existed, and ins

[Changes][v0.1.0]

[v0.7.1]: https://github.com/Jcparkyn/phetch/compare/v0.7.0...v0.7.1
[v0.7.0]: https://github.com/Jcparkyn/phetch/compare/v0.6.0...v0.7.0
[v0.6.0]: https://github.com/Jcparkyn/phetch/compare/v0.5.1...v0.6.0
[v0.5.1]: https://github.com/Jcparkyn/phetch/compare/v0.5.0...v0.5.1
Expand Down
2 changes: 1 addition & 1 deletion src/Phetch.Blazor/Phetch.Blazor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<VersionPrefix>0.7.0</VersionPrefix>
<VersionPrefix>0.7.1</VersionPrefix>
<Authors>Jcparkyn</Authors>
<RepositoryUrl>https://github.com/Jcparkyn/Phetch</RepositoryUrl>
<PackageTags>blazor;fetch;query;swr</PackageTags>
Expand Down
2 changes: 1 addition & 1 deletion src/Phetch.Core/Phetch.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netstandard2.1</TargetFramework>
<Nullable>enable</Nullable>
<LangVersion>10.0</LangVersion>
<VersionPrefix>0.7.0</VersionPrefix>
<VersionPrefix>0.7.1</VersionPrefix>
<Authors>Jcparkyn</Authors>
<RepositoryUrl>https://github.com/Jcparkyn/Phetch</RepositoryUrl>
<PackageTags>blazor;fetch;query;swr</PackageTags>
Expand Down

0 comments on commit f7635fb

Please sign in to comment.