Skip to content

Commit 1c791cf

Browse files
committed
chore(main): release 1.0.0
1 parent 24ee53b commit 1c791cf

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.0"
2+
".": "1.0.0"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## 1.0.0 (2025-10-27)
4+
5+
6+
### 🏡 Miscellaneous Chores
7+
8+
* Migrate test assertions from Shouldly to AwesomeAssertions v9.2.1 ([#2](https://github.com/jcamp-code/MongoEntityFramework.AspNetCore.Identity/issues/2)) ([24ee53b](https://github.com/jcamp-code/MongoEntityFramework.AspNetCore.Identity/commit/24ee53bc0caa2e5236d7a4245b2d9ad92ec71514))

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1212
<PackageReadmeFile>README.md</PackageReadmeFile>
1313
<PackageLicenseExpression>MIT</PackageLicenseExpression>
14-
<Version>0.0.0</Version>
14+
<Version>1.0.0</Version>
1515

1616
<PublishRepositoryUrl>true</PublishRepositoryUrl>
1717
<EmbedUntrackedSources>true</EmbedUntrackedSources>

0 commit comments

Comments
 (0)