From f34ecd763fcf09a2f09d8802cdbdc3b2beedc0e3 Mon Sep 17 00:00:00 2001 From: Rudra Arora Date: Mon, 20 Mar 2023 16:14:08 +0000 Subject: [PATCH] version bumped to v1.4.0 and updated changelog --- CHANGELOG.md | 17 ++++++++++++++++- package.json | 2 +- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a75099..2c15484 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,35 +1,50 @@ # Change Log + All notable changes to the "wasm" extension will be documented in this file. +## [1.4.0] - 2023-03-20 + +- Added Syntax Highlighting for WAI and WIT files [#51](https://github.com/wasmerio/vscode-wasm/pull/51) +- Switch over to the WABT bindings generated by wit-pack [#40](https://github.com/wasmerio/vscode-wasm/pull/40/) + ## [1.3.1] - 2020-01-24 + - Updated Changelog date :) ## [1.3.0] - 2018-01-24 + - Update `wabt` to support Wasm experimental features by default - Updated grammar with the latest spec [#21](https://github.com/wasmerio/vscode-wasm/pull/21) - Improved README & logo - Updated dependencies -- Added basic snipets for wat [#16](https://github.com/wasmerio/vscode-wasm/pull/16) +- Added basic snipets for wat [#16](https://github.com/wasmerio/vscode-wasm/pull/16) ## [1.2.1] - 2018-10-01 + - Improved syntax grammar ([@AlexanderOtavka](https://github.com/AlexanderOtavka)) - Fixed a bug with incorrect name resolution. [#14](https://github.com/reklatsmasters/vscode-wasm/issues/14) ## [1.2.0] - 2018-05-12 + - Ability to save .wasm files to .wat and .wat files to .wasm - Move to [wabt](https://www.npmjs.com/package/wabt) parser / printer again. [WebAssemblyjs](https://github.com/xtuc/webassemblyjs) seems unstable. ## [1.1.1] - 2018-04-20 + - Update dependencies. ## [1.1.0] - 2018-04-09 + - Added icon ([@bitjson](https://github.com/bitjson)) - Support large wasm files. Now a pure js wasm parser / printer [webassemblyjs](https://github.com/xtuc/webassemblyjs) is used. ## [1.0.1] - 2017-12-04 + - Fix badges only. ## [1.0.0] - 2017-12-04 + ### Added + - Open WebAssembly binary files from context menu. - Syntax highlighting. diff --git a/package.json b/package.json index 4a64777..3c8759e 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-wasm", "displayName": "WebAssembly", "description": "WebAssembly Toolkit for VSCode", - "version": "1.3.1", + "version": "1.4.0", "publisher": "dtsvet", "license": "MIT", "icon": "images/vscode-wasm-logo.png",