Skip to content

Commit

Permalink
Merge pull request #104 from baynezy/master
Browse files Browse the repository at this point in the history
Merge master into develop branch
  • Loading branch information
baynezy authored Apr 26, 2024
2 parents acc71f4 + 5fa6f9f commit e6379bc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
1 change: 0 additions & 1 deletion .github/workflows/draft-new-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
minor-version: ${{ github.event.inputs.minor_version }}
patch-version: ${{ github.event.inputs.patch_version }}
build-version: ${{ github.run_number }}
}

- name: Update changelog
uses: thomaseizinger/[email protected]
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [2.0.1.2] - 2024-04-26

## [2.0.0.1] - 2024-04-26

[Unreleased]: https://github.com/baynezy/NHSNumberValidator/compare/2.0.1.2...HEAD

[2.0.1.2]: https://github.com/baynezy/NHSNumberValidator/compare/2.0.0.1...2.0.1.2

[2.0.0.1]: https://github.com/baynezy/NHSNumberValidator/compare/acc71f43e5a30b8670146e3d2246858debaa6bb7...2.0.0.1
7 changes: 1 addition & 6 deletions semver.json
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
{
"major": "1",
"minor": "4",
"patch": "0",
"build": "110"
}
{"major":"2","minor":"0","patch":"1","build":"2"}

0 comments on commit e6379bc

Please sign in to comment.