From 6b1a36ebfb8f6a6b86c1f547bd1de62ef16ccb93 Mon Sep 17 00:00:00 2001 From: Jacob Pfeifer Date: Fri, 23 Dec 2022 03:05:05 -0500 Subject: [PATCH] update changelog and version --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cba744..68f9e8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,10 @@ All notable changes to the "hurl" extension will be documented in this file. +## [1.0.1] + +Update to tree-sitter-hurl to correct parsing issue with the http version token + ## [1.0.0] - Initial release - diff --git a/package.json b/package.json index 69e4d5b..62e39d3 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "pfeifer-hurl", "displayName": "Hurl", "description": "Provides syntax highlighting for hurl", - "version": "1.0.0", + "version": "1.0.1", "license": "Apache-2.0", "author": "Jacob Pfeifer", "publisher": "JacobPfeifer",