Skip to content

Commit 71838dc

Browse files
committed
Update CHANGELOG
1 parent c9a663a commit 71838dc

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

‎CHANGELOG.md‎

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3-
## 1.0
3+
## v1.1
4+
5+
- Add syntax highlighting for `CODEOWNERS` files. Thanks [@bmalehorn](https://github.com/bmalehorn) for the [contribution](https://github.com/jasonnutter/vscode-codeowners/pull/1)!
6+
7+
## v1.0
48

59
- Initial release

‎package-lock.json‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://github.com/jasonnutter/vscode-codeowners"
88
},
99
"license": "MIT",
10-
"version": "1.0.1",
10+
"version": "1.1.0",
1111
"engines": {
1212
"vscode": "^1.29.0"
1313
},
@@ -60,4 +60,4 @@
6060
"dependencies": {
6161
"codeowners": "^4.0.2"
6262
}
63-
}
63+
}

0 commit comments

Comments
 (0)