Skip to content

Commit

Permalink
chore(release): 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Sep 19, 2018
1 parent 32d1bed commit 35b47af
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/formatting.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ BEFORE SUBMITTING AN ISSUE:
-->

**Prettier 1.14.2**
**Prettier 1.14.3**

**PHP Plugin 0.6.0**
**PHP Plugin 0.7.0**

```sh
# Options (if any):
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prettier/plugin-php",
"version": "0.6.0",
"version": "0.7.0",
"description": "Prettier PHP Plugin",
"repository": "prettier/prettier-php",
"author": "Lucas Azzola <@azz>",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1812,7 +1812,7 @@ is-buffer@^1.1.4, is-buffer@^1.1.5:

is-builtin-module@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/is-builtin-module/-/is-builtin-module-1.0.0.tgz#540572d34f7ac3119f8f76c30cbc1b1e037affbe"
resolved "http://registry.npmjs.org/is-builtin-module/-/is-builtin-module-1.0.0.tgz#540572d34f7ac3119f8f76c30cbc1b1e037affbe"
dependencies:
builtin-modules "^1.0.0"

Expand Down Expand Up @@ -3229,7 +3229,7 @@ preserve@^0.2.0:

prettier@prettier/prettier:
version "1.15.0-dev"
resolved "https://codeload.github.com/prettier/prettier/tar.gz/8ddff0787ab2af8537cfb7d152948c80c1531b8c"
resolved "https://codeload.github.com/prettier/prettier/tar.gz/27bf64f6ce23679f37d010fd47da81a6c379f2eb"
dependencies:
"@babel/code-frame" "7.0.0-beta.46"
"@babel/parser" "7.0.0-beta.55"
Expand Down

0 comments on commit 35b47af

Please sign in to comment.