Skip to content

Commit a1c5637

Browse files
committed
v2.3.1
1 parent 09e26a7 commit a1c5637

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# v2.3.1 Accept standard properties
2+
3+
Minor bugfix release to add standard properties in the list of accepted properties on a node type.
4+
Bumps Webpack to v5 to address security vulnerability in dev environment.
5+
16
# v2.3.0 New binding include syntax
27

38
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.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "devicetree",
33
"displayName": "DeviceTree for the Zephyr Project",
44
"description": "Full DeviceTree language support for the Zephyr project",
5-
"version": "2.3.0",
5+
"version": "2.3.1",
66
"publisher": "trond-snekvik",
77
"author": {
88
"email": "trond.snekvik@gmail.com",

0 commit comments

Comments
 (0)