Skip to content

Commit 5200950

Browse files
author
Christian Strappazzon
committed
Versioning
1 parent 4cf4c0e commit 5200950

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-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.1]
5+
- Merged some PR
6+
47
## [0.0.4]
58
- Merged PR
69

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Thanks!
1616
| hw | Flask hello world |
1717
| route | Flask route |
1818
| routegp | Flask route with GET, POST |
19-
| routep | Flask route POST only |
19+
| routep | Flask route POST only |
2020

2121
### Controls snippets
2222

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.0",
5+
"version": "0.1.1",
66
"publisher": "cstrap",
77
"icon": "images/flask.png",
88
"engines": {

0 commit comments

Comments
 (0)