Skip to content

Commit

Permalink
🔖 Set release version 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nefrob committed Aug 15, 2024
1 parent d1f2dc9 commit 7e9bcc8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
"dist": false,
"out": false
},
// Disable comment colorization for testing
"better-comments.tags": [],
"search.exclude": {
"yarn.lock": true
},
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,16 @@

## [Unreleased]

## [0.5.3] - 2024-08-14

### Changed

- Add tests for settings added in release 1.33.0

### Fixed

- Correctly package changes from version `0.5.2` that were not included in the release

## [0.5.2] - 2024-08-02

### Changed
Expand Down
1 change: 1 addition & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ translate:

package +ARGS="":
just translate
just lint
docker compose run --rm dev /bin/sh -c \
"mkdir -p build && yarn package && yarn vsce package --yarn --out build/ {{ ARGS }}"

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"displayName": "vscode-just",
"description": "Justfile syntax support for Visual Studio Code",
"license": "MIT",
"version": "0.5.2",
"version": "0.5.3",
"engines": {
"node": ">=21.1.0 || ^20.9.0 || ^18.18.0",
"vscode": ">=1.91.0"
Expand Down

0 comments on commit 7e9bcc8

Please sign in to comment.