Skip to content

Commit

Permalink
chore(release): 4.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [4.0.1](4.0.0...4.0.1) (2024-12-24)

### Bug Fixes

* `Parse.ParseUser.LogOutAsync` optimization ([#403](#403)) ([a0daac7](a0daac7))
  • Loading branch information
semantic-release-bot committed Dec 24, 2024
1 parent a0daac7 commit 0055373
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [4.0.1](https://github.com/parse-community/Parse-SDK-dotNET/compare/4.0.0...4.0.1) (2024-12-24)


### Bug Fixes

* `Parse.ParseUser.LogOutAsync` optimization ([#403](https://github.com/parse-community/Parse-SDK-dotNET/issues/403)) ([a0daac7](https://github.com/parse-community/Parse-SDK-dotNET/commit/a0daac7722311735ccbe59b33e0a8c3195d42433))

# [4.0.0](https://github.com/parse-community/Parse-SDK-dotNET/compare/3.0.2...4.0.0) (2024-12-19)


Expand Down
2 changes: 1 addition & 1 deletion Parse/Parse.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<DocumentationFile>bin\Release\netstandard2.0\Parse.xml</DocumentationFile>
<Version>4.0.0</Version>
<Version>4.0.1</Version>
<LangVersion>latest</LangVersion>

<Authors>Parse</Authors>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "parse-sdk-dotnet",
"version": "4.0.0",
"version": "4.0.1",
"devDependencies": {
"@droidsolutions-oss/semantic-release-nuget": "1.4.1",
"@droidsolutions-oss/semantic-release-update-file": "1.4.0",
Expand Down

0 comments on commit 0055373

Please sign in to comment.