Skip to content

Commit cadbaf0

Browse files
author
Rhys Koedijk
committed
Release 1.0.46
1 parent bba2e9e commit cadbaf0

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

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": "codespell-azure-devops",
3-
"version": "1.0.45",
3+
"version": "1.0.46",
44
"description": "Codespell Azure DevOps Extension",
55
"main": "task/index.js",
66
"scripts": {

task/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"version": {
1919
"Major": 1,
2020
"Minor": 0,
21-
"Patch": 45
21+
"Patch": 46
2222
},
2323
"instanceNameFormat": "Codespell",
2424
"groups": [

vss-extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"id": "codespell",
44
"name": "Codespell",
55
"description": "Fix common misspellings in your source code",
6-
"version": "1.0.45",
6+
"version": "1.0.46",
77
"publisher": "rhyskoedijk",
88
"public": true,
99
"categories": [

0 commit comments

Comments
 (0)