Skip to content

Commit

Permalink
chore(release): 1.5.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.5.0](fullstackhero/dotnet-microservices-boilerplate@v1.4.0...v1.5.0) (2023-02-18)

### Bug Fixes

* update solution ([4156b2e](fullstackhero@4156b2e))

### Features

* fix release gen logic ([3f97554](fullstackhero@3f97554))
  • Loading branch information
semantic-release-bot committed Feb 18, 2023
1 parent 4156b2e commit b27c713
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

# [1.5.0](https://github.com/fullstackhero/dotnet-microservices-boilerplate/compare/v1.4.0...v1.5.0) (2023-02-18)


### Bug Fixes

* update solution ([4156b2e](https://github.com/fullstackhero/dotnet-microservices-boilerplate/commit/4156b2e2aa40ed2115ae97ea99cdb646e3002468))


### Features

* fix release gen logic ([3f97554](https://github.com/fullstackhero/dotnet-microservices-boilerplate/commit/3f97554d25b216c11621489dc47d4816f40e3268))

# [1.4.0](https://github.com/fullstackhero/dotnet-microservices-boilerplate/compare/v1.3.1...v1.4.0) (2023-02-18)


Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<PublishProfile>DefaultContainer</PublishProfile>
<ContainerImageTags>1.3.1;latest</ContainerImageTags>
<ContainerImageTags>1.5.0;latest</ContainerImageTags>
</PropertyGroup>
</Project>

0 comments on commit b27c713

Please sign in to comment.