Skip to content

Commit

Permalink
Prepare 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jens1o committed Apr 3, 2018
1 parent c2d4657 commit 1bb9724
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 10 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

## 0.3.0
Fix escaping in snippets, fixing delimiter in snippets, cleanup codebase (fixes [#6](https://github.com/jens1o/vscode-smarty/issues/6)). Thanks **@matthewspencer**.

**Notice**: The project leadership has been transferred to jens1o. This project will be actively maintained in the future.

---

- 0.2.0: Added support for literal tags
- 0.1.1: Added support for extra brackets and Auto Closing / Surrounding Pairs
- 0.1.0: Added basic snippts support
- 0.0.2: New logo
- 0.0.1: project init
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,4 @@ If you see a bug or have a feature request of what could be added feel free to l
- if
- ifelse
- include
- literal

# CHANGELOG

- 0.2.0: Added support for literal tags
- 0.1.1: Added support for extra brackets and Auto Closing / Surrounding Pairs
- 0.1.0: Added basic snippts support
- 0.0.2: New logo
- 0.0.1: project init
- literal
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "smarty",
"displayName": "Smarty",
"description": "Syntax highlighting for the Smarty templating language.",
"version": "0.2.0",
"version": "0.3.0",
"icon": "images/logo.png",
"publisher": "imperez",
"engines": {
Expand Down

0 comments on commit 1bb9724

Please sign in to comment.