Skip to content

Commit bead8ae

Browse files
committed
Merge branch 'release/1.0.1' into develop
2 parents cc6cdde + 60f281b commit bead8ae

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.0.1] - 2025-07-27
11+
12+
### Fixed
13+
14+
- Corrected the initial display of the docs in a consuming project
15+
1016
## [1.0.0] - 2025-07-27
1117

1218
### Added
@@ -56,7 +62,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5662

5763
---
5864

59-
[Unreleased]: https://github.com/datacute/IncrementalGeneratorExtensions/compare/1.0.0...develop
65+
[Unreleased]: https://github.com/datacute/IncrementalGeneratorExtensions/compare/1.0.1...develop
66+
[1.0.1]: https://github.com/datacute/IncrementalGeneratorExtensions/releases/tag/1.0.1
6067
[1.0.0]: https://github.com/datacute/IncrementalGeneratorExtensions/releases/tag/1.0.0
6168
[0.1.1-alpha]: https://github.com/datacute/IncrementalGeneratorExtensions/releases/tag/0.1.1-alpha
6269
[0.1.0-alpha]: https://github.com/datacute/IncrementalGeneratorExtensions/releases/tag/0.1.0-alpha

versionsuffix.release.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Project>
22
<PropertyGroup>
3-
<VersionSuffix>alpha</VersionSuffix>
3+
<!-- <VersionSuffix>alpha</VersionSuffix>-->
44
</PropertyGroup>
55
</Project>

0 commit comments

Comments
 (0)