Skip to content

Commit 9c26b35

Browse files
committed
Bump to version 2.1.0 🙌
1 parent a3c2ace commit 9c26b35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const processorHtml = {
2323
const plugin = {
2424
meta: {
2525
name: "eslint-plugin-erb",
26-
version: "2.0.1",
26+
version: "2.1.0",
2727
},
2828
configs: {
2929
"recommended": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-erb",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"description": "An ESLint plugin to lint JavaScript in ERB files (.js.erb)",
55
"license": "MIT",
66
"author": {

0 commit comments

Comments
 (0)