Skip to content

Commit

Permalink
Increase version to 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
melvinbeemer committed Dec 30, 2020
1 parent cdb50a4 commit 79578a9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Version 0.6

- Added support for the @dd and @parent directives

## Version 0.5

- Fixed some major issues with the blade directive regexes. Methods inside blade directives should now work properly. And directives that can exist with and without arguments should now be highlighted too.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Blade for Nova

This is an early version of a syntax highlighting and completion for the Blade templating engine in the Nova editor.
This is syntax highlighting and completion for the Blade templating engine in the Nova editor.

## Installation

Expand Down
2 changes: 1 addition & 1 deletion extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Blade",
"organization": "Melvin Beemer",
"description": "Syntax highlighting and completion for Laravel Blade",
"version": "0.5",
"version": "0.6",
"license": "MIT",
"bugs": "https://github.com/melvinbeemer/Blade.novaextension/issues",
"repository": "https://github.com/melvinbeemer/Blade.novaextension",
Expand Down

0 comments on commit 79578a9

Please sign in to comment.