Skip to content

Commit

Permalink
Merge pull request #695 from rage/2.2.3
Browse files Browse the repository at this point in the history
2.2.3
  • Loading branch information
Heliozoa authored Oct 5, 2023
2 parents 0a80d59 + 83a87d5 commit 8ffe5a3
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [2.2.3] - 2023-10-05

- Fixed another "Empty Langs Response Error" that would sometimes occur after submitting an exercise.

## [2.2.2] - 2023-09-13

- Fixed an "Empty Langs Response Error" that would sometimes occur after submitting an exercise.
Expand Down
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,5 @@ A script is ran during the release process to ensure that

- the `CHANGELOG.md` has an entry for the tagged version
- the `package.json` and `package-lock.json` has the same version number as the tagged version

You can update the `package-lock.json` version with `npm i --package-lock-only`.
2 changes: 1 addition & 1 deletion config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

const path = require("path");

const TMC_LANGS_RUST_VERSION = "0.35.0";
const TMC_LANGS_RUST_VERSION = "0.36.0";

const localTMCServer = {
__TMC_BACKEND__URL__: JSON.stringify("http://localhost:3000"),
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
@@ -1,7 +1,7 @@
{
"name": "test-my-code",
"displayName": "TestMyCode",
"version": "2.2.2",
"version": "2.2.3",
"description": "TestMyCode extension for Visual Studio Code",
"categories": [
"Other"
Expand Down
2 changes: 1 addition & 1 deletion src/api/langsSchema.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// https://raw.githubusercontent.com/rage/tmc-langs-rust/main/crates/tmc-langs-cli/bindings.d.ts
// https://raw.githubusercontent.com/rage/tmc-langs-rust/0.36.0/crates/tmc-langs-cli/bindings.d.ts

export type Locale = string;

Expand Down

0 comments on commit 8ffe5a3

Please sign in to comment.