Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusschulz committed Sep 4, 2022
1 parent d78dccc commit 34b39a6
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 @@
# Changelog

## 0.2.0 - 2022-09-04

- Added support for yarn v2 and v3 lockfile format (see [#3](https://github.com/mariusschulz/vscode-yarn-lock-syntax/pull/3))

## 0.1.3 - 2018-10-25

- Updated extension to *yarn.lock* so that we no longer highlight *Gemfile.lock* files
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": "yarn-lock-syntax",
"displayName": "Syntax Highlighting for yarn.lock files",
"description": "Syntax highlighting for yarn.lock files",
"version": "0.1.3",
"version": "0.2.0",
"publisher": "mariusschulz",
"license": "MIT",
"icon": "icons/yarn-logo-128x128.png",
Expand Down

0 comments on commit 34b39a6

Please sign in to comment.