summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Wernick <justin@worthe-it.co.za>2023-08-07 10:53:11 +0200
committerJustin Wernick <justin@worthe-it.co.za>2023-08-07 10:53:11 +0200
commit9b720486ed5e6f95c77f894b860550b04adb49f7 (patch)
tree82a31a76b30e579e9ec4b53a81a6ae4e15331fa2
parenta0d4c3c3447e07ba66ce4d8882d051eafe2d4d28 (diff)
Prepare for next releasev2.0.0
-rw-r--r--CHANGELOG.md5
-rw-r--r--package.json2
2 files changed, 5 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ef9e1a6..fe2115c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
+## [2.0.0] - 2023-08-07
+
### Added
- The package now includes typescript type definitions.
@@ -44,6 +46,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- South African ID number parsing and validation.
-[unreleased]: https://codeberg.org/worthe-it/south-african-id-parser/compare/v1.1.0...HEAD
+[unreleased]: https://codeberg.org/worthe-it/south-african-id-parser/compare/v2.0.0...HEAD
+[2.0.0]: https://codeberg.org/worthe-it/south-african-id-parser/releases/tag/v2.0.0
[1.1.0]: https://codeberg.org/worthe-it/south-african-id-parser/releases/tag/v1.1.0
[1.0.0]: https://codeberg.org/worthe-it/south-african-id-parser/releases/tag/v1.0.0
diff --git a/package.json b/package.json
index 83aed06..0500471 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "south-african-id-parser",
- "version": "1.1.0",
+ "version": "2.0.0",
"description": "A library for parsing and validating South African ID Numbers.",
"main": "south-african-id-parser.js",
"types": "south-african-id-parser.d.ts",