Skip to content

Commit

Permalink
Release 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
phw committed Mar 2, 2020
1 parent e9cb067 commit 4ef40d6
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 13 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to the "tagger-script" extension will be documented in this
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.2.2] - 2020-03-02
### Added
- Added snippets for Picard 2.3.1 (`$sortmulti`, `$reversemulti`, `%_releasecountries%`)
- Extension icon

## [0.2.1] - 2020-02-14
### Added
- Added snippets for special loop variables
Expand Down
22 changes: 11 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "tagger-script",
"displayName": "Tagger Script Syntax",
"description": "Syntax highlighting and code snippets for MusicBrainz Picard Tagger Script.",
"version": "0.2.1",
"version": "0.2.2",
"icon": "icon.png",
"publisher": "phw",
"repository": "github:phw/vscode-tagger-script",
Expand Down Expand Up @@ -43,7 +43,7 @@
},
"devDependencies": {
"changelog-parser": "^2.8.0",
"vsce": "^1.71.0"
"vsce": "^1.74.0"
},
"scripts": {
"package": "mkdir -p build && vsce package --out build",
Expand Down

0 comments on commit 4ef40d6

Please sign in to comment.