Skip to content

Commit

Permalink
0.4.3-2416
Browse files Browse the repository at this point in the history
  • Loading branch information
Nixinova committed Apr 15, 2024
1 parent 648b45e commit 989c664
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 19 deletions.
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ The ID attached to each [tagged version](https://github.com/Nixinova/Minecraft-V

Updates that just sync new versions of Minecraft are not given changelog entries.

## 0.4.3
- [Data] Fixed old Pocket Edition Alpha versions.

## 0.4.2
- [CLI] Fixed a crash occurring when the edition or phase part was spelled incorrectly ([#3](https://github.com/Nixinova/Minecraft-Versions/issues/3)).

Expand Down
1 change: 1 addition & 0 deletions data/java.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
- ['1.0.0', Java, Release, null, [{ type: release, date: 2011-11-18 }]]

### Pres
- ['1.20.5-pre1', Java, Release, '1.20.5', [{name: 1.20.5 Pre-Release 1, type: snapshot, date: 2024-04-14 }]]
- ['1.20.4-rc1', Java, Release, '1.20.4', [{name: 1.20.4 Release Candidate 1, type: snapshot, date: 2023-12-06 }]]
- ['1.20.3-rc1', Java, Release, '1.20.3', [{name: 1.20.3 Release Candidate 1, type: snapshot, date: 2023-11-30 }]]
- ['1.20.3-pre4', Java, Release, '1.20.3', [{name: 1.20.3 Pre-Release 4, type: snapshot, date: 2023-11-27 }]]
Expand Down
32 changes: 16 additions & 16 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "minecraft-vers",
"version": "0.4.2-2326",
"version": "0.4.3-2416",
"description": "A complete list of all Minecraft versions, for Java and Bedrock, release and snapshot.",
"keywords": [
"minecraft",
Expand Down Expand Up @@ -33,9 +33,9 @@
"yargs-parser": "^21.1.1"
},
"devDependencies": {
"@types/js-yaml": "^4.0.5",
"@types/js-yaml": "^4.0.9",
"@types/node": "ts5.0",
"@types/yargs-parser": "^21.0.0",
"@types/yargs-parser": "^21.0.3",
"typescript": "~5.0.4 <5.1"
}
}

0 comments on commit 989c664

Please sign in to comment.