Bump version

This commit is contained in:
GreenXenith 2021-07-13 12:46:23 -07:00
parent 61e90b9b6c
commit 4db2ed86d7
4 changed files with 3881 additions and 3876 deletions

View File

@ -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

View File

@ -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

File diff suppressed because it is too large Load Diff

View File

@ -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"
},