Skip to content

Commit d776cb0

Browse files
committed
Merge PR, bump version 0.1.3
1 parent 00e9e13 commit d776cb0

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Change Log
22
All notable changes to the "flask-snippets" extension will be documented in this file.
33

4+
## [0.1.3]
5+
6+
- Merged PR #15
47
## [0.1.2]
58
- Merged some PRs. Many thanks for all contributors!
69

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Thanks!
4141

4242
| Abbreviation | Description |
4343
|--------------|--------------------|
44-
| fexp | Flask expresion |
44+
| fexp | Flask expression |
4545
| ffilter | Flask filter |
4646
| fcomment | Flask comment |
4747
| fblock | Flask block |
@@ -59,6 +59,9 @@ Thanks!
5959
| fimport | Flask import |
6060
| fautoescape | Flask autoescape |
6161
| furl | Flask url |
62+
| ftitle | Flask title |
63+
| fvar | Flask var |
64+
| fcontent | Flask content |
6265

6366
## Release Notes
6467

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "flask-snippets",
33
"displayName": "flask-snippets",
44
"description": "Flask snippets",
5-
"version": "0.1.2",
5+
"version": "0.1.3",
66
"publisher": "cstrap",
77
"icon": "images/flask.png",
88
"engines": {

0 commit comments

Comments
 (0)