From a1c56379d75437575b8482a465c3077b138bfdb1 Mon Sep 17 00:00:00 2001 From: Trond Einar Snekvik Date: Thu, 29 Apr 2021 16:26:17 +0200 Subject: [PATCH] v2.3.1 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3cf668..70cec09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# v2.3.1 Accept standard properties + +Minor bugfix release to add standard properties in the list of accepted properties on a node type. +Bumps Webpack to v5 to address security vulnerability in dev environment. + # v2.3.0 New binding include syntax This release adds support for [the new binding include syntax](https://github.com/zephyrproject-rtos/zephyr/pull/29498), updates the icon and fixes several minor bugs. diff --git a/package.json b/package.json index c92c155..ad746a7 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "devicetree", "displayName": "DeviceTree for the Zephyr Project", "description": "Full DeviceTree language support for the Zephyr project", - "version": "2.3.0", + "version": "2.3.1", "publisher": "trond-snekvik", "author": { "email": "trond.snekvik@gmail.com",