Skip to content

Commit 7759b87

Browse files
committed
✨ feat: Bump version to 0.1.2
1 parent 969595a commit 7759b87

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "showify",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@showify/lite",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
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)