Skip to content

Commit

Permalink
Release 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
phw committed May 6, 2021
1 parent a14b885 commit 850ce9b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ 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.3.1] - ????-??-??
## [0.3.1] - 2020-05-06
### Add
- Highlight starting percent sign for variables

### Fixed
- Fixed function names starting with "noop" not getting highlighted

## [0.3.0] - 2020-04-14
## [0.3.0] - 2020-05-05
### Added
- Support Unicode escape sequences (e.g. `\u2009`)

Expand Down
6 changes: 3 additions & 3 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.3.0",
"version": "0.3.1",
"icon": "icon.png",
"publisher": "phw",
"repository": "https://github.com/phw/vscode-tagger-script",
Expand Down Expand Up @@ -43,7 +43,7 @@
},
"devDependencies": {
"changelog-parser": "^2.8.0",
"vsce": "^1.87.1"
"vsce": "^1.88.0"
},
"scripts": {
"package": "mkdir -p build && vsce package --out build",
Expand Down

0 comments on commit 850ce9b

Please sign in to comment.