Skip to content

Commit e7c59b2

Browse files
committed
RV-HF [1.1.6] -> finalized release for 1.1.6
1 parent 32d9377 commit e7c59b2

3 files changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/publish-npm.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Publish Over NPM
22

33
on:
4-
push:
5-
branches: [ main ]
64
release:
75
types: [ created ]
86

.github/workflows/publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Publish Over Github Packages
22

33
on:
4-
push:
5-
branches: [ main ]
64
release:
75
types: [ created ]
86

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@th3hero/request-validator",
3-
"version": "1.1.5",
3+
"version": "1.1.6",
44
"description": "A powerful and flexible request validation library for Node.js applications, built with TypeScript. This library provides a comprehensive set of validation rules and supports both synchronous and asynchronous validation.",
55
"keywords": [
66
"validator",

0 commit comments

Comments
 (0)