diff --git a/CHANGELOG.md b/CHANGELOG.md index 041eb62..24742c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 1.3.10 + +- Fixed: `vsce publish` didn't rebuild the extension #19 + # 1.3.9 - Fixed: accidentially always added `--header "// Created {created}"` #19 diff --git a/package.json b/package.json index b95f1ce..148ae5a 100755 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "type": "git", "url": "https://github.com/vknabel/vscode-swiftformat" }, - "version": "1.3.9", + "version": "1.3.10", "license": "MIT", "author": { "name": "Valentin Knabel", @@ -91,6 +91,7 @@ } }, "scripts": { + "vscode:prepublish": "npm run compile", "compile": "tsc -p ./", "format": "prettier --write ./*.json ./**/*.ts" },