Bump version to v0.4.0

pull/813/head
Patrick Förster 2024-04-01 14:32:05 +07:00
parent a834712c5e
commit cf1841f5bb
3 changed files with 4 additions and 4 deletions

@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased] ## [0.4.0] - 2024-04-01
### Added ### Added

4
package-lock.json generated

@ -1,12 +1,12 @@
{ {
"name": "@pfoerster/tree-sitter-latex", "name": "@pfoerster/tree-sitter-latex",
"version": "0.3.0", "version": "0.4.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@pfoerster/tree-sitter-latex", "name": "@pfoerster/tree-sitter-latex",
"version": "0.3.0", "version": "0.4.0",
"hasInstallScript": true, "hasInstallScript": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {

@ -1,6 +1,6 @@
{ {
"name": "@pfoerster/tree-sitter-latex", "name": "@pfoerster/tree-sitter-latex",
"version": "0.3.0", "version": "0.4.0",
"description": "LaTeX grammar for the tree-sitter parsing library", "description": "LaTeX grammar for the tree-sitter parsing library",
"main": "bindings/node", "main": "bindings/node",
"types": "bindings/node", "types": "bindings/node",