diff --git a/CHANGELOG.md b/CHANGELOG.md index 515dd07..38b07e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. 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] +## [3.10.0] - 2023-06-25 ### Added - Validation Rule: continent - Validation Rule: country diff --git a/package-lock.json b/package-lock.json index 4520a9b..40a25b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@valkyriestudios/validator", - "version": "3.9.0", + "version": "3.10.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@valkyriestudios/validator", - "version": "3.9.0", + "version": "3.10.0", "license": "MIT", "dependencies": { "@valkyriestudios/utils": "^7.3.0" diff --git a/package.json b/package.json index c48ad9d..944f441 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@valkyriestudios/validator", - "version": "3.9.0", + "version": "3.10.0", "description": "A lightweight configurable javascript validator", "main": "index.js", "author": {