Skip to content

Commit 46f2887

Browse files
committed
create new dist releases; version bump
1 parent fce4aa5 commit 46f2887

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

dist/lucky-case.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
*
44
* The lucky javascript library to identify and convert strings from any letter case to another
55
*
6-
* @version 1.0.4
7-
* @date 2020-12-07T06:16:09.456Z
6+
* @version 1.0.6
7+
* @date 2020-12-12T20:57:30.427Z
88
* @link https://github.com/magynhard/lucky-case
99
* @author Matthäus J. N. Beyrle
1010
* @copyright Matthäus J. N. Beyrle

dist/lucky-case.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/lucky-case.string.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
*
44
* The lucky javascript library to identify and convert strings from any letter case to another
55
*
6-
* @version 1.0.4
7-
* @date 2020-12-07T06:16:09.461Z
6+
* @version 1.0.6
7+
* @date 2020-12-12T20:57:30.432Z
88
* @link https://github.com/magynhard/lucky-case
99
* @author Matthäus J. N. Beyrle
1010
* @copyright Matthäus J. N. Beyrle

dist/lucky-case.string.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lucky-case",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"description": "The lucky javascript library to identify and convert strings from any letter case to another",
55
"exports": {
66
".": "./src/lucky-case/lucky-case.js",

0 commit comments

Comments
 (0)