Skip to content

Commit

Permalink
v.1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thomascsd committed Nov 9, 2019
1 parent 00b1138 commit 8185657
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
# Change Log

## [1.2.0]

- Feature: Support composer.json (#2)

## [1.1.0]

- Use vscode.workspace.fs instead

## [1.0.1]

- Fix #1: does nothing on MacOS
- Fix: does nothing on MacOS (#1)

## [1.0.0]

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
![Visual Studio Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/thomascsd.vscode-readme-pattern)
![Visual Studio Marketplace Downloads](https://img.shields.io/visual-studio-marketplace/d/thomascsd.vscode-readme-pattern)
![Visual Studio Marketplace Installs](https://img.shields.io/visual-studio-marketplace/i/thomascsd.vscode-readme-pattern)

![Screenshot](https://raw.githubusercontent.com/thomascsd/vscode-readme-pattern/master/screenshot.gif)

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": "vscode-readme-pattern",
"displayName": "Readme Pattern",
"description": "A VSCode extension that generates README.md files",
"version": "1.1.0",
"version": "1.2.0",
"publisher": "thomascsd",
"author": "Thomas Chang",
"license": "MIT",
Expand Down

0 comments on commit 8185657

Please sign in to comment.