Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vknabel committed Nov 25, 2018
1 parent 02b8be9 commit b27d9f8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Master
# 1.2.0

* Supports running on Swift PM projects which have a dependency on SwiftFormat - [@orta](https://github.com/orta/)

Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "git",
"url": "https://github.com/vknabel/vscode-swiftformat"
},
"version": "1.1.3",
"version": "1.2.0",
"license": "MIT",
"author": {
"name": "Valentin Knabel",
Expand Down Expand Up @@ -80,10 +80,12 @@
},
"scripts": {
"postinstall": "node ./node_modules/vscode/bin/install && yarn compile",
"compile": "tsc -p ./"
"compile": "tsc -p ./",
"format": "prettier --write ./*.json ./**/*.ts"
},
"devDependencies": {
"@types/node": "^10.12.10",
"prettier": "^1.15.2",
"typescript": "^3.0.1",
"vscode": "^1.1.21"
}
Expand Down

0 comments on commit b27d9f8

Please sign in to comment.