Skip to content

Commit

Permalink
Updated extension version and changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rpinski committed Oct 18, 2018
1 parent 72ad3ce commit f0fec2c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Release Notes

### 0.1.2

Added choice between `python3` and `python` in Python shebang snippets. ([#4](https://github.com/Rpinski/vscode-shebang-snippets/issues/4))

### 0.1.1

Using `#!/usr/bin/env sh` instead of `#!/usr/bin/sh` (also for bash) - thanks to [Andrii Melekhovskiy](https://github.com/morkot))
Expand Down
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": "shebang-snippets",
"displayName": "Shebang Snippets",
"description": "Snippets for shebang lines for different types of scripts.",
"version": "0.1.1",
"version": "0.1.2",
"publisher": "rpinski",
"author": "Andreas Weizel",
"repository": {
Expand Down

0 comments on commit f0fec2c

Please sign in to comment.