Skip to content

Commit

Permalink
Release v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rudashi committed Mar 6, 2023
1 parent 0709c9d commit ce46989
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": "stringable-laravel",
"version": "1.3.0",
"version": "1.3.1",
"description": "Javascript Version's of Laravel's Illuminate\\Support\\Str",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion types/Stringable.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export declare class Stringable {
reverse: () => this;
rtrim: (characters?: string) => this;
scan: (format: string) => Array<string | null>;
slug: (separator?: string, language?: string | null) => this;
slug: (separator?: string, language?: string | null, dictionary?: Record<string, string>) => this;
snake: (delimiter?: string) => this;
split: (pattern: RegExp | number | string) => Array<string>;
squish: () => this;
Expand Down

0 comments on commit ce46989

Please sign in to comment.