Skip to content

Commit

Permalink
feat: trigger release maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdehaven committed Apr 24, 2024
1 parent 935fe2d commit 206298c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kong/kongponents",
"version": "9.0.0-alpha.144",
"version": "9.0.0-alpha.150",
"description": "Kong Component library",
"type": "module",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/utilities/sanitizeInput.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Sanitizes input to prevent XSS attacks.
* @param {string} input The input to sanitize.
* @returns The sanitized input.
* @returns {string} The sanitized input.
*/

export function sanitizeInput(input: string): string {
Expand Down

0 comments on commit 206298c

Please sign in to comment.