Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonnutter committed Jan 19, 2019
1 parent c9a663a commit 71838dc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 1.0
## v1.1

- Add syntax highlighting for `CODEOWNERS` files. Thanks [@bmalehorn](https://github.com/bmalehorn) for the [contribution](https://github.com/jasonnutter/vscode-codeowners/pull/1)!

## v1.0

- Initial release
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://github.com/jasonnutter/vscode-codeowners"
},
"license": "MIT",
"version": "1.0.1",
"version": "1.1.0",
"engines": {
"vscode": "^1.29.0"
},
Expand Down Expand Up @@ -60,4 +60,4 @@
"dependencies": {
"codeowners": "^4.0.2"
}
}
}

0 comments on commit 71838dc

Please sign in to comment.