diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 18e45d5..0f24e47 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.5" + ".": "0.1.6" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 89025da..8686425 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.1.6](https://github.com/mdn/tree-sitter-mdn/compare/v0.1.5...v0.1.6) (2025-12-09) + + +### Miscellaneous + +* **deps:** bump cc from 1.2.45 to 1.2.47 in the cargo-prod group ([#39](https://github.com/mdn/tree-sitter-mdn/issues/39)) ([7240fd9](https://github.com/mdn/tree-sitter-mdn/commit/7240fd9b36aa86194af558fe9d49ab247e6cac23)) +* **deps:** bump cc from 1.2.47 to 1.2.48 in the cargo-prod group ([#41](https://github.com/mdn/tree-sitter-mdn/issues/41)) ([2cb9bc9](https://github.com/mdn/tree-sitter-mdn/commit/2cb9bc9884f6d9d746614dccc94480cd7b16e1e0)) +* **deps:** bump cc from 1.2.48 to 1.2.49 in the cargo-prod group ([#44](https://github.com/mdn/tree-sitter-mdn/issues/44)) ([d6d71a4](https://github.com/mdn/tree-sitter-mdn/commit/d6d71a4f94b6ade262d05ec26da470aad68aeb35)) + ## [0.1.5](https://github.com/mdn/tree-sitter-mdn/compare/v0.1.4...v0.1.5) (2025-11-19) diff --git a/Cargo.lock b/Cargo.lock index 0b479cb..e3f08a9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -192,7 +192,7 @@ checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8" [[package]] name = "tree-sitter-mdn" -version = "0.1.5" +version = "0.1.6" dependencies = [ "cc", "tree-sitter", diff --git a/Cargo.toml b/Cargo.toml index a05f0be..45725e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tree-sitter-mdn" description = "Parser for MDN content" -version = "0.1.5" +version = "0.1.6" authors = ["Florian Dieminger "] license = "MIT" readme = "README.md"