fork of https://github.com/tree-sitter/tree-sitter-graph

Add missing changelog entry

Changed files
+7 -1
vscode
+1 -1
CHANGELOG.md
··· 5 5 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), 6 6 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). 7 7 8 - ## v0.10.3 -- 2023-06-02 8 + ## v0.10.3 -- 2023-06-01 9 9 10 10 ### DSL 11 11
+6
vscode/CHANGELOG.md
··· 5 5 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), 6 6 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). 7 7 8 + ## 0.1.1 -- 2023-06-01 9 + 10 + ### Added 11 + 12 + - Add new `inherit` keyword 13 + 8 14 ## 0.1.0 -- 2022-05-11 9 15 10 16 ### Added