Skip to content

Commit c1c84b8

Browse files
chore: version 1.6.3 (#152)
1 parent 7e90d56 commit c1c84b8

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to the Crowdin Visual Studio Code Plugin extension will be d
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.6.3]
9+
10+
- fix: suppress error notifications & reload issue
11+
- deps: update dependencies
12+
813
## [1.6.2]
914

1015
### Fixed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Crowdin",
44
"description": "Crowdin Explorer for Visual Studio Code",
55
"publisher": "Crowdin",
6-
"version": "1.6.2",
6+
"version": "1.6.3",
77
"license": "MIT",
88
"engines": {
99
"vscode": "^1.66.0"

src/constants.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export class Constants {
3030
static readonly USE_GIT_BRANCH_PROPERTY = 'crowdin.useGitBranch';
3131
//general
3232
static readonly CROWDIN_PATH_SEPARATOR = '/';
33-
static readonly PLUGIN_VERSION = '1.6.2';
33+
static readonly PLUGIN_VERSION = '1.6.3';
3434
static readonly CLIENT_RETRIES = 5;
3535
static readonly CLIENT_RETRY_WAIT_INTERVAL_MS = 750;
3636
static VSCODE_VERSION: string;

0 commit comments

Comments
 (0)