summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Wernick <justin@worthe-it.co.za>2023-06-13 15:08:14 +0200
committerJustin Wernick <justin@worthe-it.co.za>2023-06-13 15:14:11 +0200
commit64cb7574ce630ca856934c1f1f2d43037868aac0 (patch)
tree708f9e4e49afa67b7673c3ca65c9eb9334a4c826
parent8746bdc818dcfe52aff9691429c9d4e42f2010b3 (diff)
Release 1.1.0
-rw-r--r--CHANGELOG.md2
-rw-r--r--package.json2
2 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3e72322..e1a0a9d 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]
+## [1.1.0] - 2023-06-13
+
### Added
- This changelog can now be used to track changes to the library's public API.
diff --git a/package.json b/package.json
index c0613e8..f4165ee 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "south-african-id-parser",
- "version": "1.0.0",
+ "version": "1.1.0",
"description": "A library for parsing and validating South African ID Numbers.",
"main": "south-african-id-parser.js",
"scripts": {