Skip to content

Commit 3384922

Browse files
chore(release): 0.2.1 [skip ci]
## [0.2.1](v0.2.0...v0.2.1) (2025-04-01) ### Bug Fixes * **dev:** Actually report code coverage ([#231](#231)) ([387858f](387858f)) * Simplify string split method for query string handling in UrlEncoder ([8275905](8275905))
1 parent fa7591a commit 3384922

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
<PublishRepositoryUrl>true</PublishRepositoryUrl>
3434
<RepositoryType>git</RepositoryType>
3535
<RepositoryBranch>main</RepositoryBranch>
36-
<RepositoryCommit>69fa09f2e8adb8ac602a4859f4242173e2e001ab</RepositoryCommit>
37-
<Version>0.2.1-beta.1</Version>
36+
<RepositoryCommit>fa7591a053064ef2935dea9dc27d089144c83eca</RepositoryCommit>
37+
<Version>0.2.1</Version>
3838
</PropertyGroup>
3939

4040
<ItemGroup>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,5 @@
6767
}
6868
]
6969
},
70-
"version": "0.2.1-beta.1"
70+
"version": "0.2.1"
7171
}

0 commit comments

Comments
 (0)