From d497322ad53e619296241175deec38d721bba179 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 11:17:37 +0000 Subject: [PATCH] chore(main): release 4.0.5 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 15 +++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d137c5ada..e8e2eef87 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.0.4" + ".": "4.0.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ac581a66c..b6aab8b21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [4.0.5](https://github.com/mdn/bob/compare/v4.0.4...v4.0.5) (2024-04-15) + + +### 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 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) diff --git a/package-lock.json b/package-lock.json index 806ae0f95..ecbc37c27 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mdn/bob", - "version": "4.0.4", + "version": "4.0.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@mdn/bob", - "version": "4.0.4", + "version": "4.0.5", "license": "MIT", "dependencies": { "@codemirror/autocomplete": "^6.3.0", diff --git a/package.json b/package.json index a69137fdf..8ebe6a7cc 100644 --- a/package.json +++ b/package.json @@ -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",