Skip to content

Commit

Permalink
feat: bump 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CoolLoong committed Dec 11, 2024
1 parent 08d38ec commit cee3dc0
Show file tree
Hide file tree
Showing 7 changed files with 76,745 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

## [0.1.1] - 2024-12-11
### Changed
- Update Bedrock 1.21.50

## [0.0.9~0.1.0] - 2024-11-10

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![CI](https://github.com/CoolLoong/jsonui-lsp/actions/workflows/ci.yml/badge.svg)](https://github.com/CoolLoong/jsonui-lsp/actions/workflows/ci.yml)
[![GitHub License](https://img.shields.io/github/license/CoolLoong/jsonui-lsp)](LICENSE)
[![Discord](https://img.shields.io/discord/1304443010439970876?label=Discord&logo=discord)](https://discord.gg/S2ZKgGusjk)
[![Minecraft - Version](https://img.shields.io/badge/minecraft-v1.21.40.3_(Bedrock)-black)](https://feedback.minecraft.net/hc/en-us/articles/31222183227149-Minecraft-Bedrock-Edition-1-21-40-Bundles-of-Bravery)
[![Minecraft - Version](https://img.shields.io/badge/minecraft-v1.21.50.7_(Bedrock)-black)](https://feedback.minecraft.net/hc/en-us/articles/31222183227149-Minecraft-Bedrock-Edition-1-21-40-Bundles-of-Bravery)
[![Ko-Fi](https://img.shields.io/badge/Buy_Me_a_Coffee-f37574?logo=kofi&logoColor=white)](https://patreon.com/coolloong)

### Introduction
Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "jsonui-support-client",
"description": "A VSCode extension providing intelligent code completion for Minecraft Bedrock JSON-UI.",
"license": "MIT",
"version": "0.1.0",
"version": "0.1.1",
"engines": {
"vscode": "^1.85.0"
},
Expand Down
2 changes: 1 addition & 1 deletion crates/jsonui_lsp/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ use towerlsp::*;
use crate::completer::ControlDefine;
use crate::museair::{BfastHashMap, BfastHashSet};

const VANILLA_PACK_DEFINE: &str = include_str!("resources/vanillapack_define_1.21.40.3.json");
const VANILLA_PACK_DEFINE: &str = include_str!("resources/vanillapack_define_1.21.50.7.json");
const JSONUI_DEFINE: &str = include_str!("resources/jsonui_define.json");

struct Backend {
Expand Down
Loading

0 comments on commit cee3dc0

Please sign in to comment.