Skip to content

Commit

Permalink
chore: version 2.2.3 (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-bodnar authored Oct 30, 2024
1 parent 0af9f5e commit b866573
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 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 Crowdin Visual Studio Code Plugin extension will be d
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).

## [2.2.3]

- Fix bundles url
- Dependencies update

## [2.2.2]

- Fix file select
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Crowdin",
"description": "Crowdin Explorer for Visual Studio Code",
"publisher": "Crowdin",
"version": "2.2.2",
"version": "2.2.3",
"license": "MIT",
"engines": {
"vscode": "^1.66.0"
Expand Down
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export class Constants {
static readonly USE_GIT_BRANCH_PROPERTY = 'crowdin.useGitBranch';
//general
static readonly CROWDIN_PATH_SEPARATOR = '/';
static readonly PLUGIN_VERSION = '2.2.2';
static readonly PLUGIN_VERSION = '2.2.3';
static readonly CLIENT_RETRIES = 5;
static readonly CLIENT_RETRY_WAIT_INTERVAL_MS = 750;
static VSCODE_VERSION: string;
Expand Down

0 comments on commit b866573

Please sign in to comment.