Skip to content

Commit

Permalink
chore(main): release 4.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 16, 2024
1 parent da7b5a6 commit b42a02a
Show file tree
Hide file tree
Showing 4 changed files with 20 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 @@
{
".": "4.0.4"
".": "4.0.5"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [4.0.5](https://github.com/mdn/bob/compare/v4.0.4...v4.0.5) (2024-04-16)


### Miscellaneous

* **deps-dev:** bump @swc/core from 1.4.12 to 1.4.13 ([#1778](https://github.com/mdn/bob/issues/1778)) ([245952e](https://github.com/mdn/bob/commit/245952eb438af587c6dadfcec57502ec968dba8f))
* **deps-dev:** bump @swc/core from 1.4.13 to 1.4.14 ([#1788](https://github.com/mdn/bob/issues/1788)) ([a329c76](https://github.com/mdn/bob/commit/a329c76c10769e2e569d0400ed402434b08d6212))
* **deps-dev:** bump @typescript-eslint/eslint-plugin from 7.5.0 to 7.6.0 ([#1779](https://github.com/mdn/bob/issues/1779)) ([32e51f5](https://github.com/mdn/bob/commit/32e51f585be31b56f350a6c882c165307a47c194))
* **deps-dev:** bump @typescript-eslint/eslint-plugin from 7.6.0 to 7.7.0 ([#1790](https://github.com/mdn/bob/issues/1790)) ([da7b5a6](https://github.com/mdn/bob/commit/da7b5a6cd058850c4874be24df504818dc4c2674))
* **deps-dev:** bump puppeteer from 22.6.3 to 22.6.4 ([#1787](https://github.com/mdn/bob/issues/1787)) ([c153e43](https://github.com/mdn/bob/commit/c153e439c0e3adedc9efeeed3a4b239230aab869))
* **deps-dev:** bump puppeteer from 22.6.4 to 22.6.5 ([#1789](https://github.com/mdn/bob/issues/1789)) ([ef9a8e6](https://github.com/mdn/bob/commit/ef9a8e6b3957945cc7b34e3c345e7eee6f4156a7))
* **deps-dev:** bump typescript from 5.4.4 to 5.4.5 ([#1784](https://github.com/mdn/bob/issues/1784)) ([c0cc593](https://github.com/mdn/bob/commit/c0cc593a8d9a15b77db85140890c397a239f2b67))
* **deps:** bump @codemirror/autocomplete from 6.15.0 to 6.16.0 ([#1786](https://github.com/mdn/bob/issues/1786)) ([f9c6e2c](https://github.com/mdn/bob/commit/f9c6e2c4a8e4702d5fbc0b8c16b0e7207edaa157))
* **deps:** bump @codemirror/view from 6.26.1 to 6.26.2 ([#1777](https://github.com/mdn/bob/issues/1777)) ([15380f7](https://github.com/mdn/bob/commit/15380f7e206d44c795c6819525b65e50d6d47470))
* **deps:** bump @codemirror/view from 6.26.2 to 6.26.3 ([#1785](https://github.com/mdn/bob/issues/1785)) ([632982a](https://github.com/mdn/bob/commit/632982a8ba7ddfa6420c7581d4d5b3d73d8af5e8))

## [4.0.4](https://github.com/mdn/bob/compare/v4.0.3...v4.0.4) (2024-04-08)


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": "4.0.4",
"version": "4.0.5",
"description": "Builder of Bits aka The MDN Web Docs interactive examples, example builder",
"author": "Mozilla",
"license": "MIT",
Expand Down

0 comments on commit b42a02a

Please sign in to comment.