Skip to content

Commit 7003048

Browse files
committed
bump version
1 parent cc5ecee commit 7003048

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ All notable changes to the "prettier-vscode" extension will be documented in thi
33

44
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
55

6-
## [Unreleased]
6+
## [0.7.0]
77
- Removed `Prettier` action.
88
- Use vscode actions `Format Document` and `Format Selection`.
99
- Removed `prettier.formatOnSave` setting in favor of the more general setting `editor.formatOnSave`

CONTRIBUTORS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
- [Cole Kennedy](https://github.com/colek42)
2+
- [Cyril Junod](https://github.com/CiGit)
23
- [David Burrows](https://github.com/dburrows)
34
- [Jon Wolfe](https://github.com/JonathanWolfe)
45
- [Laurence Rowe](https://github.com/lrowe)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "prettier-vscode",
33
"displayName": "Prettier - JavaScript formatter",
44
"description": "VS Code plugin for jlongster/prettier",
5-
"version": "0.6.0",
5+
"version": "0.7.0",
66
"publisher": "esbenp",
77
"author": "Esben Petersen <@esbenp>",
88
"galleryBanner": {

0 commit comments

Comments
 (0)