Skip to content

Commit 80fcd03

Browse files
committed
0.14.1
0.0.14 was mistakenly published to npm as 0.14.0. 0.14.1 contains the same changes as 0.0.14 (aka 0.14.0), but its npm version matches `yavascript --version`.
1 parent ef64999 commit 80fcd03

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

meta/npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "yavascript",
3-
"version": "0.14.0",
3+
"version": "0.14.1",
44
"main": "lib/index.js",
55
"bin": "lib/cli.js",
66
"types": "yavascript.d.ts",

package-lock.json

Lines changed: 2 additions & 2 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": "yavascript",
3-
"version": "0.14.0",
3+
"version": "0.14.1",
44
"main": "dist/index.js",
55
"author": "Lily Skye <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)