From 9b720486ed5e6f95c77f894b860550b04adb49f7 Mon Sep 17 00:00:00 2001 From: Justin Wernick Date: Mon, 7 Aug 2023 10:53:11 +0200 Subject: Prepare for next release --- CHANGELOG.md | 5 ++++- package.json | 2 +- 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", -- cgit v1.2.3