Skip to content

Commit 55e59d3

Browse files
chore(main): release 6.0.1
1 parent 2531d0a commit 55e59d3

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-4
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "6.0.0"
2+
".": "6.0.1"
33
}

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [6.0.1](https://github.com/mdn/bob/compare/v6.0.0...v6.0.1) (2024-11-21)
4+
5+
6+
### Miscellaneous
7+
8+
* **deps-dev:** bump @eslint/compat from 1.2.2 to 1.2.3 ([#2053](https://github.com/mdn/bob/issues/2053)) ([d14a499](https://github.com/mdn/bob/commit/d14a499ac79486c949594e4633d316f862380166))
9+
* **deps-dev:** bump @typescript-eslint/eslint-plugin from 8.14.0 to 8.15.0 ([#2057](https://github.com/mdn/bob/issues/2057)) ([b9e61a6](https://github.com/mdn/bob/commit/b9e61a6ffb8d410d16774f75b27482f311aaa026))
10+
* **deps-dev:** bump eslint from 9.14.0 to 9.15.0 ([#2055](https://github.com/mdn/bob/issues/2055)) ([f7e8f49](https://github.com/mdn/bob/commit/f7e8f49922e7413e415595e634207b39a9b921ea))
11+
* **deps-dev:** bump husky from 9.1.6 to 9.1.7 ([#2058](https://github.com/mdn/bob/issues/2058)) ([1f20a6c](https://github.com/mdn/bob/commit/1f20a6c8f009e09eec8bcd0fb4f84b17bf773474))
12+
* **deps-dev:** bump puppeteer from 23.8.0 to 23.9.0 ([#2062](https://github.com/mdn/bob/issues/2062)) ([2531d0a](https://github.com/mdn/bob/commit/2531d0ad59f8851076c5296251f19dda7b7e9da7))
13+
* **deps:** bump @codemirror/lint from 6.8.2 to 6.8.3 ([#2061](https://github.com/mdn/bob/issues/2061)) ([e17ec07](https://github.com/mdn/bob/commit/e17ec07bc83cb7a64eb618315951ae44282a3a79))
14+
* **deps:** bump @codemirror/view from 6.34.2 to 6.34.3 ([#2056](https://github.com/mdn/bob/issues/2056)) ([68b4601](https://github.com/mdn/bob/commit/68b4601c7bf8ddd48e7d61e1bb2090aa59bbf86a))
15+
* **deps:** bump @codemirror/view from 6.34.3 to 6.35.0 ([#2060](https://github.com/mdn/bob/issues/2060)) ([65a66f6](https://github.com/mdn/bob/commit/65a66f65391d8ed60b8048562efd0eb42d93938e))
16+
317
## [6.0.0](https://github.com/mdn/bob/compare/v5.0.1...v6.0.0) (2024-11-14)
418

519

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mdn/bob",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"description": "Builder of Bits aka The MDN Web Docs interactive examples, example builder",
55
"author": "Mozilla",
66
"license": "MIT",

0 commit comments

Comments
 (0)