Skip to content

Commit b289236

Browse files
committed
chore(release): 0.1.2
1 parent e4aca5e commit b289236

File tree

2 files changed

+21
-4
lines changed

2 files changed

+21
-4
lines changed

assets/metadata.json

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,34 @@
33
"Name": "prettier",
44
"Description": "Format your code using Prettier",
55
"Website": "https://github.com/gamemaker1/micro-plugin-prettier",
6-
"Tags": ["javascript", "node", "nodejs", "typescript", "formatting"],
6+
"Tags": [
7+
"javascript",
8+
"node",
9+
"nodejs",
10+
"typescript",
11+
"formatting"
12+
],
713
"Versions": [
814
{
915
"Version": "0.1.0",
1016
"Url": "https://github.com/gamemaker1/micro-plugin-prettier/releases/download/0.1.0/prettier.zip",
11-
"Require": { "micro": ">=1.0.3" }
17+
"Require": {
18+
"micro": ">=1.0.3"
19+
}
1220
},
1321
{
1422
"Version": "0.1.1",
1523
"Url": "https://github.com/gamemaker1/micro-plugin-prettier/releases/download/0.1.1/prettier.zip",
16-
"Require": { "micro": ">=1.0.3" }
24+
"Require": {
25+
"micro": ">=1.0.3"
26+
}
27+
},
28+
{
29+
"Version": "0.1.2",
30+
"Url": "https://github.com/gamemaker1/micro-plugin-prettier/releases/download/0.1.2/prettier.zip",
31+
"Require": {
32+
"micro": ">=1.0.3"
33+
}
1734
}
1835
]
1936
}

source/prettier.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = "0.1.1"
1+
VERSION = "0.1.2"
22

33
-- prettier
44
-- A micro plugin that automatically formats files using prettier on save

0 commit comments

Comments
 (0)