Skip to content

Commit

Permalink
build: 0.3.1 release (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored Apr 15, 2021
1 parent 3c41a4c commit 37274eb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 0.3.1

- docs: mention YAML tags configuration (#61) @ssbarnea
- [pre-commit.ci] pre-commit autoupdate (#55) @pre-commit-ci
- feat: add logging information (#62) @ssbarnea
- fix: advertise Microsoft Python extension as required (#54) @ssbarnea
- Create LICENSE (#52) @ssbarnea
- chore: fix pre-commit eslint dependencies (#53) @ssbarnea
- Add an explicit extension dependency on vscode-yaml (#45) @JPinkney
- Fix typo in README.md (#46) @fgierlinger

## 0.3.0

- Added file associations for common files found on Ansible and Python repos
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -226,5 +226,5 @@
"vscode:prepublish": "npm run compile",
"watch": "tsc -watch -p ./"
},
"version": "0.3.0"
"version": "0.3.1"
}

0 comments on commit 37274eb

Please sign in to comment.