From 3b3ecff7389824e6080cab73b4051a3c0175bf47 Mon Sep 17 00:00:00 2001 From: Ali Date: Tue, 28 Nov 2023 12:58:02 +0100 Subject: [PATCH] chore(release): 1.12.3 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7ad40db..7dfb9342 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.12.3](https://github.com/upjs/facile-validator/compare/v1.12.2...v1.12.3) (2023-11-28) + ### [1.12.2](https://github.com/upjs/facile-validator/compare/v1.12.1...v1.12.2) (2023-11-28) ### [1.12.1](https://github.com/upjs/facile-validator/compare/v1.12.0...v1.12.1) (2023-11-28) diff --git a/package.json b/package.json index c1600fb1..c71fddbd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@upjs/facile-validator", - "version": "1.12.2", + "version": "1.12.3", "description": "Easy HTML form validator written in TypeScript with tree-shaking", "repository": { "type": "git",