Skip to content

Commit

Permalink
chore(release):1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
 # [1.1.0](v1.0.0...v1.1.0) (2023-07-11)

### Fix

* fixed random sentence generator length ([4e268b8](4e268b8))

### New

* Random generate unique number ([a644c57](a644c57))
  • Loading branch information
semantic-release-bot committed Jul 11, 2023
1 parent a63c209 commit 8a08076
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# [1.1.0](https://github.com/VikashChauhan51/random-generator/compare/v1.0.0...v1.1.0) (2023-07-11)


### Fix

* fixed random sentence generator length ([4e268b8](https://github.com/VikashChauhan51/random-generator/commit/4e268b8ff7c290ff348a33b86fbfa940a94d3655))

### New

* Random generate unique number ([a644c57](https://github.com/VikashChauhan51/random-generator/commit/a644c576f1032b932a31f948a6b39b99af58ed60))

# 1.0.0 (2023-07-11)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "random-generator",
"version": "1.0.0",
"version": "1.1.0",
"author": "Vikash Chauhan",
"repository": "https://github.com/VikashChauhan51/random-generator.git",
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions src/RandomGenerator/RandomGenerator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<VersionPrefix>1.0.0</VersionPrefix>
<VersionPrefix>1.1.0</VersionPrefix>
<SignAssembly>True</SignAssembly>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Title>RandomGenerator</Title>
Expand All @@ -18,7 +18,7 @@
<AssemblyOriginatorKeyFile>..\RandomGenerator.snk</AssemblyOriginatorKeyFile>
<RepositoryType>git</RepositoryType>
<RepositoryBranch>main</RepositoryBranch>
<RepositoryCommit>c02169d3bd3e8cd89e5c355e00bb33c3b6f036e8</RepositoryCommit>
<RepositoryCommit>a63c20936e4f36baf8098456bdde343de0ad7185</RepositoryCommit>
<ProjectGuid>{AFDC07BB-4642-45BC-ADC1-A46E92C2D766}</ProjectGuid>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
Expand Down

0 comments on commit 8a08076

Please sign in to comment.