Skip to content

Commit

Permalink
chore(main): release 6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 21, 2024
1 parent 2531d0a commit 55e59d3
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "6.0.0"
".": "6.0.1"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [6.0.1](https://github.com/mdn/bob/compare/v6.0.0...v6.0.1) (2024-11-21)


### Miscellaneous

* **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))
* **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))
* **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))
* **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))
* **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))
* **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))
* **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))
* **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))

## [6.0.0](https://github.com/mdn/bob/compare/v5.0.1...v6.0.0) (2024-11-14)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mdn/bob",
"version": "6.0.0",
"version": "6.0.1",
"description": "Builder of Bits aka The MDN Web Docs interactive examples, example builder",
"author": "Mozilla",
"license": "MIT",
Expand Down

0 comments on commit 55e59d3

Please sign in to comment.