From 2ab8131c964d11d1eff40fe1d91ebc5d96753466 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 24 Feb 2023 17:30:45 +0000 Subject: [PATCH] chore(main): release 3.0.2 --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38c5cbec1..7d8f0b34e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [3.0.2](https://github.com/mdn/bob/compare/v3.0.1...v3.0.2) (2023-02-24) + + +### Bug Fixes + +* Add `CHANGELOG.md` to `.prettierignore` ([#1121](https://github.com/mdn/bob/issues/1121)) ([36734e3](https://github.com/mdn/bob/commit/36734e35856f584aa3929655133bc9324503c7ac)) +* Add back `WAT` examples ([#1119](https://github.com/mdn/bob/issues/1119)) ([160abf8](https://github.com/mdn/bob/commit/160abf8ab66b3fe9c92ef0d1df09e2d2c3664ad6)) +* **build:** output in cwd, not import.meta.url ([#1122](https://github.com/mdn/bob/issues/1122)) ([1124abb](https://github.com/mdn/bob/commit/1124abb03651a7a83eedb65c17f247bef2ebd559)) +* Fix pre-commit hooks + run prettier ([#1120](https://github.com/mdn/bob/issues/1120)) ([b11f5bf](https://github.com/mdn/bob/commit/b11f5bf70c64b6efbccc6e2846c52f599065a428)) + ## [3.0.1](https://github.com/mdn/bob/compare/v3.0.0...v3.0.1) (2023-02-24) diff --git a/package-lock.json b/package-lock.json index c17ce1670..c681424d9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mdn/bob", - "version": "3.0.1", + "version": "3.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@mdn/bob", - "version": "3.0.1", + "version": "3.0.2", "license": "MIT", "dependencies": { "@codemirror/autocomplete": "^6.3.0", diff --git a/package.json b/package.json index 53dc2f8b3..d94293512 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mdn/bob", - "version": "3.0.1", + "version": "3.0.2", "description": "Builder of Bits aka The MDN Web Docs interactive examples, example builder", "author": "Mozilla", "license": "MIT",