Skip to content

Commit

Permalink
Release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 11, 2024
1 parent ded5145 commit c7df840
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ world.getBlock(new Vec3(3, 50, 3)).then(block => console.log(JSON.stringify(bloc

## History

### 1.4.0
* [`tallgrass` was renamed to `tall_grass` (#15)](https://github.com/PrismarineJS/diamond-square/commit/ded51456c73243088f721ad5f8665ff16b2aab8c) (thanks @Pandapip1)
* [Add command gh workflow allowing to use release command in comments (#14)](https://github.com/PrismarineJS/diamond-square/commit/57bbf99d116cb787f8c99c069c7aa2ad49377a94) (thanks @rom1504)
* [Update to node 18.0.0 (#13)](https://github.com/PrismarineJS/diamond-square/commit/204d092acb33acfe73e7d0ef5d5bbcec0847b596) (thanks @rom1504)
* [Bump standard from 16.0.4 to 17.0.0 (#12)](https://github.com/PrismarineJS/diamond-square/commit/88a291d97b765bb4533c486c6dae6411283a309b) (thanks @dependabot[bot])

### 1.3.0

* Bump mcdata
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "diamond-square",
"version": "1.3.0",
"version": "1.4.0",
"description": "A diamond square minecraft generation",
"main": "diamond_square.js",
"scripts": {
Expand Down

0 comments on commit c7df840

Please sign in to comment.