Skip to content

Commit 3aff8f2

Browse files
committed
chore(main): release 0.1.6
1 parent 23e0409 commit 3aff8f2

File tree

4 files changed

+26
-3
lines changed

4 files changed

+26
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.5"
2+
".": "0.1.6"
33
}

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## [0.1.6](https://github.com/mdn/tree-sitter-mdn/compare/v0.1.5...v0.1.6) (2026-03-05)
4+
5+
6+
### Miscellaneous
7+
8+
* **deps-dev:** bump minimatch from 3.1.2 to 3.1.5 ([#66](https://github.com/mdn/tree-sitter-mdn/issues/66)) ([92a6b0f](https://github.com/mdn/tree-sitter-mdn/commit/92a6b0f05bbc648bbc7fdd984385ea5c0cb23828))
9+
* **deps-dev:** bump the npm-dev group with 2 updates ([#48](https://github.com/mdn/tree-sitter-mdn/issues/48)) ([a76d98f](https://github.com/mdn/tree-sitter-mdn/commit/a76d98fd493fe9f67046c227b6dbf5ba074b8775))
10+
* **deps-dev:** bump the npm-dev group with 2 updates ([#70](https://github.com/mdn/tree-sitter-mdn/issues/70)) ([23e0409](https://github.com/mdn/tree-sitter-mdn/commit/23e040948bdef189a0743e098a5175e1eb5de02e))
11+
* **deps-dev:** bump tree-sitter-cli from 0.26.3 to 0.26.5 in the npm-dev group ([#59](https://github.com/mdn/tree-sitter-mdn/issues/59)) ([4a67623](https://github.com/mdn/tree-sitter-mdn/commit/4a6762364931a08e51f5ee140764c03962c5f31a))
12+
* **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))
13+
* **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))
14+
* **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))
15+
* **deps:** bump cc from 1.2.52 to 1.2.53 in the cargo-prod group ([#54](https://github.com/mdn/tree-sitter-mdn/issues/54)) ([abd503e](https://github.com/mdn/tree-sitter-mdn/commit/abd503e4c5ac8cb8b5de1fb01f92d5828da90abe))
16+
* **deps:** bump cc from 1.2.53 to 1.2.54 in the cargo-prod group ([#56](https://github.com/mdn/tree-sitter-mdn/issues/56)) ([489c941](https://github.com/mdn/tree-sitter-mdn/commit/489c9413cd444b86c177271b623c8dbcd663ceb9))
17+
* **deps:** bump cc from 1.2.55 to 1.2.56 in the cargo-prod group ([#63](https://github.com/mdn/tree-sitter-mdn/issues/63)) ([62fce3b](https://github.com/mdn/tree-sitter-mdn/commit/62fce3ba1bf446d434a91fff5fec165c19931f9a))
18+
* **deps:** bump the cargo-prod group across 1 directory with 2 updates ([#50](https://github.com/mdn/tree-sitter-mdn/issues/50)) ([3d42be6](https://github.com/mdn/tree-sitter-mdn/commit/3d42be69de0f16ea6218b1c73ff9e1ed2649330e))
19+
* **deps:** bump the cargo-prod group with 3 updates ([#58](https://github.com/mdn/tree-sitter-mdn/issues/58)) ([bf3b3ae](https://github.com/mdn/tree-sitter-mdn/commit/bf3b3aea3d35266f9aa6f05618e5a90f81f46f0c))
20+
* **deps:** bump tree-sitter from 0.25.10 to 0.26.3 ([#47](https://github.com/mdn/tree-sitter-mdn/issues/47)) ([0f08751](https://github.com/mdn/tree-sitter-mdn/commit/0f0875182a239401dfeeaf0100f78a8b6481a0e5))
21+
* **deps:** bump tree-sitter from 0.26.5 to 0.26.6 in the cargo-prod group ([#69](https://github.com/mdn/tree-sitter-mdn/issues/69)) ([37f0b83](https://github.com/mdn/tree-sitter-mdn/commit/37f0b835621c145aeeb089ebdc19fbd3c8add604))
22+
* **eslint:** run on all files + fix issues ([#61](https://github.com/mdn/tree-sitter-mdn/issues/61)) ([6c40ed4](https://github.com/mdn/tree-sitter-mdn/commit/6c40ed4ea2c69da33d053ed2c1b54548d14aa227))
23+
* **github:** add PR template ([#52](https://github.com/mdn/tree-sitter-mdn/issues/52)) ([47f4c37](https://github.com/mdn/tree-sitter-mdn/commit/47f4c37010b07714503ff572c06cbef8607f185c))
24+
* update project author ([#62](https://github.com/mdn/tree-sitter-mdn/issues/62)) ([7ab8b8c](https://github.com/mdn/tree-sitter-mdn/commit/7ab8b8cd4d5f4c31928e607c1da7dab5af431ea9))
25+
326
## [0.1.5](https://github.com/mdn/tree-sitter-mdn/compare/v0.1.4...v0.1.5) (2025-11-19)
427

528

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)