Skip to content

Commit

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

### Bug Fixes

* Cannot access objects without user login ([#368](#368)) ([aa278df](aa278df))
  • Loading branch information
semantic-release-bot committed May 24, 2024
1 parent aa278df commit 71dd991
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 @@
## [3.0.2](https://github.com/parse-community/Parse-SDK-dotNET/compare/3.0.1...3.0.2) (2024-05-24)


### Bug Fixes

* Cannot access objects without user login ([#368](https://github.com/parse-community/Parse-SDK-dotNET/issues/368)) ([aa278df](https://github.com/parse-community/Parse-SDK-dotNET/commit/aa278df8147516a2ff8a95e1fa0f5f7972c63cc4))

## [3.0.1](https://github.com/parse-community/Parse-SDK-dotNET/compare/3.0.0...3.0.1) (2024-05-24)


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>netstandard2.0</TargetFramework>
<DocumentationFile>bin\Release\netstandard2.0\Parse.xml</DocumentationFile>
<Version>3.0.1</Version>
<Version>3.0.2</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": "3.0.1",
"version": "3.0.2",
"devDependencies": {
"@droidsolutions-oss/semantic-release-nuget": "1.4.1",
"@droidsolutions-oss/semantic-release-update-file": "1.4.0",
Expand Down

0 comments on commit 71dd991

Please sign in to comment.