diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 88f7c73..18e45d5 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.4" + ".": "0.1.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f09238..89025da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.5](https://github.com/mdn/tree-sitter-mdn/compare/v0.1.4...v0.1.5) (2025-11-19) + + +### Miscellaneous + +* **deps-dev:** bump js-yaml from 4.1.0 to 4.1.1 ([#35](https://github.com/mdn/tree-sitter-mdn/issues/35)) ([87617fc](https://github.com/mdn/tree-sitter-mdn/commit/87617fc8bc3ac0ee510612cec351a00bbf6fa0c8)) + ## [0.1.4](https://github.com/mdn/tree-sitter-mdn/compare/v0.1.3...v0.1.4) (2025-11-17) diff --git a/Cargo.lock b/Cargo.lock index 45a8a57..9e6efbc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -192,7 +192,7 @@ checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8" [[package]] name = "tree-sitter-mdn" -version = "0.1.4" +version = "0.1.5" dependencies = [ "cc", "tree-sitter", diff --git a/Cargo.toml b/Cargo.toml index 112f892..ab563e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tree-sitter-mdn" description = "Parser for MDN content" -version = "0.1.4" +version = "0.1.5" authors = ["Florian Dieminger "] license = "MIT" readme = "README.md"