From 206be9ec61ac38d01df51ac49548894843a658c3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 11:30:45 +0000 Subject: [PATCH] chore(main): release 4.0.4 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8e6384dd2..d137c5ada 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.0.3" + ".": "4.0.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8aeba5df8..7db8df56d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [4.0.4](https://github.com/mdn/bob/compare/v4.0.3...v4.0.4) (2024-04-01) + + +### Miscellaneous + +* **deps-dev:** bump @swc/core from 1.4.8 to 1.4.11 ([#1757](https://github.com/mdn/bob/issues/1757)) ([7b23db6](https://github.com/mdn/bob/commit/7b23db6c2ea87696c5cc47e0586d44489075cd1d)) +* **deps-dev:** bump @typescript-eslint/eslint-plugin from 7.3.1 to 7.4.0 ([#1759](https://github.com/mdn/bob/issues/1759)) ([2b4dd64](https://github.com/mdn/bob/commit/2b4dd6490782679904e55ee5ba419051125bd1b2)) +* **deps-dev:** bump puppeteer from 22.6.0 to 22.6.1 ([#1758](https://github.com/mdn/bob/issues/1758)) ([efb497b](https://github.com/mdn/bob/commit/efb497b3cb20fbc99bb2861c93d07b3c30aeea23)) +* **deps:** bump @codemirror/view from 6.26.0 to 6.26.1 ([#1760](https://github.com/mdn/bob/issues/1760)) ([8997f2b](https://github.com/mdn/bob/commit/8997f2bd6cf2542ff02aeaba408ad65009b1d807)) +* **deps:** bump @lezer/javascript from 1.4.13 to 1.4.14 ([#1762](https://github.com/mdn/bob/issues/1762)) ([12f348e](https://github.com/mdn/bob/commit/12f348e3b25239f787f4a2e56a1aba7c14303d02)) +* **deps:** bump glob from 10.3.10 to 10.3.12 ([#1761](https://github.com/mdn/bob/issues/1761)) ([16ede31](https://github.com/mdn/bob/commit/16ede31479c0f5d07f0bbbc915c0954a6ddaf2c9)) +* **deps:** bump node from 18.17 to 18.18 ([#1755](https://github.com/mdn/bob/issues/1755)) ([3c9b6b2](https://github.com/mdn/bob/commit/3c9b6b27c128a997fcf08c1280bf9474221fd5bb)) + ## [4.0.3](https://github.com/mdn/bob/compare/v4.0.2...v4.0.3) (2024-03-25) diff --git a/package-lock.json b/package-lock.json index ff62aeb4c..7c571c7c9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mdn/bob", - "version": "4.0.3", + "version": "4.0.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@mdn/bob", - "version": "4.0.3", + "version": "4.0.4", "license": "MIT", "dependencies": { "@codemirror/autocomplete": "^6.3.0", diff --git a/package.json b/package.json index 5095529f1..96090ade8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mdn/bob", - "version": "4.0.3", + "version": "4.0.4", "description": "Builder of Bits aka The MDN Web Docs interactive examples, example builder", "author": "Mozilla", "license": "MIT",