Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"name": "scala",
"displayName": "Scala Syntax (official)",
"description": "Official Scala Syntax",
"version": "0.3.4",
"version": "0.3.5",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This repo has automatic CI releases on git tag push. I believe that package.json is updated from Travis along with release notes f3d587d

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The hard work is writing release notes that explain the latest changes 😄 https://github.com/scala/vscode-scala-syntax/releases

"publisher": "scala-lang",
"license": "SEE LICENSE IN LICENSE.md",
"engines": {
"vscode": "^1.5.0"
},
"homepage": "https://github.com/scala/vscode-scala-syntax/blob/master/syntax/README.md",
"homepage": "https://github.com/scala/vscode-scala-syntax/blob/master/README.md",
"repository": {
"type": "git",
"url": "https://github.com/scala/vscode-scala-syntax.git"
Expand Down