diamond-square 1.4.0 → 1.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -24,6 +24,9 @@ world.getBlock(new Vec3(3, 50, 3)).then(block => console.log(JSON.stringify(bloc
24
24
 
25
25
  ## History
26
26
 
27
+ ### 1.5.0
28
+ * [Update publish.yml](https://github.com/PrismarineJS/diamond-square/commit/4e5681e3d12fbeca9f809c472ecbb148689fabaf) (thanks @rom1504)
29
+
27
30
  ### 1.4.0
28
31
  * [`tallgrass` was renamed to `tall_grass` (#15)](https://github.com/PrismarineJS/diamond-square/commit/ded51456c73243088f721ad5f8665ff16b2aab8c) (thanks @Pandapip1)
29
32
  * [Add command gh workflow allowing to use release command in comments (#14)](https://github.com/PrismarineJS/diamond-square/commit/57bbf99d116cb787f8c99c069c7aa2ad49377a94) (thanks @rom1504)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "diamond-square",
3
- "version": "1.4.0",
3
+ "version": "1.5.0",
4
4
  "description": "A diamond square minecraft generation",
5
5
  "main": "diamond_square.js",
6
6
  "scripts": {