Skip to content

Commit

Permalink
Bump version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bdukes committed Nov 13, 2023
1 parent b1916aa commit dc1aed6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-formatter-azure-devops",
"version": "1.1.1",
"version": "1.2.0",
"description": "An ESLint formatter for Azure DevOps and Azure DevOps Server",
"license": "MIT",
"repository": "EngageSoftware/eslint-formatter-azure-devops",
Expand All @@ -14,8 +14,8 @@
},
"scripts": {
"test": "ava",
"lint": "eslint .",
"fix": "eslint . --fix"
"lint": "eslint .",
"fix": "eslint . --fix"
},
"files": [
"index.js"
Expand Down

0 comments on commit dc1aed6

Please sign in to comment.