Bump version
This commit is contained in:
parent
61e90b9b6c
commit
4db2ed86d7
@ -1,3 +1,7 @@
|
||||
### 1.4.1: June 12, 2021
|
||||
- Fixed function arguments breaking on certain characters
|
||||
- Fixed autocompletion of constants
|
||||
|
||||
### 1.4.0: April 30, 2021
|
||||
- API autocompletion bumped to Minetest version 5.4.1
|
||||
- Rewrote snippet generator
|
||||
|
@ -32,6 +32,10 @@ It should look something like this:
|
||||
|
||||
## Release Notes
|
||||
|
||||
### 1.4.1: June 12, 2021
|
||||
- Fixed function arguments breaking on certain characters
|
||||
- Fixed autocompletion of constants
|
||||
|
||||
### 1.4.0: April 30, 2021
|
||||
- API autocompletion bumped to Minetest version 5.4.1
|
||||
- Rewrote snippet generator
|
||||
@ -48,6 +52,3 @@ It should look something like this:
|
||||
|
||||
### 1.3.1: January 18, 2020
|
||||
- Fixed incorrect method snippets
|
||||
|
||||
### 1.3.0: January 13, 2020
|
||||
- Reworked intellisense
|
||||
|
7744
package-lock.json
generated
7744
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -3,7 +3,7 @@
|
||||
"displayName": "Minetest Tools",
|
||||
"description": "Useful tools for Minetest developers.",
|
||||
"icon": "icon.png",
|
||||
"version": "1.4.0",
|
||||
"version": "1.4.1",
|
||||
"author": {
|
||||
"name": "GreenXenith"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user