Skip to content

Commit 9ab1b4c

Browse files
committed
chore(release): 0.1.1
1 parent f146baa commit 9ab1b4c

File tree

2 files changed

+19
-14
lines changed

2 files changed

+19
-14
lines changed

assets/metadata.json

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
11
[
2-
{
3-
"Name": "prettier",
4-
"Description": "Format your code using Prettier",
5-
"Website": "https://github.com/gamemaker1/micro-plugin-prettier",
6-
"Tags": ["javascript", "node", "nodejs", "typescript", "formatting"],
7-
"Versions": [
8-
{
9-
"Version": "0.1.0",
10-
"Url": "https://github.com/gamemaker1/micro-plugin-prettier/releases/download/0.1.0/prettier.zip",
11-
"Require": { "micro": ">=1.0.3" }
12-
}
13-
]
14-
}
2+
{
3+
"Name": "prettier",
4+
"Description": "Format your code using Prettier",
5+
"Website": "https://github.com/gamemaker1/micro-plugin-prettier",
6+
"Tags": ["javascript", "node", "nodejs", "typescript", "formatting"],
7+
"Versions": [
8+
{
9+
"Version": "0.1.0",
10+
"Url": "https://github.com/gamemaker1/micro-plugin-prettier/releases/download/0.1.0/prettier.zip",
11+
"Require": { "micro": ">=1.0.3" }
12+
},
13+
{
14+
"Version": "0.1.1",
15+
"Url": "https://github.com/gamemaker1/micro-plugin-prettier/releases/download/0.1.1/prettier.zip",
16+
"Require": { "micro": ">=1.0.3" }
17+
}
18+
]
19+
}
1520
]

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.0
1+
VERSION = 0.1.1
22

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

0 commit comments

Comments
 (0)