Skip to content

Commit 58db384

Browse files
committed
✨ feat: Bump version to 0.1.5
1 parent e0b3926 commit 58db384

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

package-lock.json

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": "showify",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"private": true,
55
"description": "Arguably the most comprehensive library for stringifying any JavaScript value into a human-readable format, handling nearly every scenario you might encounter.",
66
"keywords": [

packages/lite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@showify/lite",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"private": true,
55
"description": "A lightweight (and faster) implementation of the `showify` package under 3kB of minified+gzipped code.",
66
"keywords": [

0 commit comments

Comments
 (0)