Skip to content

Commit f7f3af8

Browse files
committed
chore(release): 4.2.2
1 parent fdc832c commit f7f3af8

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
### [4.2.2](https://github.com/kevinand11/valleyed/compare/v4.2.1...v4.2.2) (2023-09-09)
6+
7+
8+
### Bug Fixes
9+
10+
* url regex fails if run twice immediately ([fdc832c](https://github.com/kevinand11/valleyed/commit/fdc832c60c12a6be6da0711493367f15339f2f7d))
11+
512
### [4.2.1](https://github.com/kevinand11/valleyed/compare/v4.2.0...v4.2.1) (2023-08-16)
613

714
## [4.2.0](https://github.com/kevinand11/valleyed/compare/v4.1.8...v4.2.0) (2023-08-16)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "valleyed",
3-
"version": "4.2.1",
3+
"version": "4.2.2",
44
"description": "A lightweight package with definitions for various validation rules, and helper services to consume said rules.",
55
"main": "lib/index.js",
66
"sideEffects": false,

0 commit comments

Comments
 (0)