Skip to content
This repository was archived by the owner on Oct 17, 2025. It is now read-only.

Commit f11bf10

Browse files
authored
chore(main): release 1.0.4 (#2390)
1 parent e606273 commit f11bf10

3 files changed

Lines changed: 13 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [1.0.4](https://github.com/mdn/interactive-examples/compare/v1.0.3...v1.0.4) (2023-02-14)
4+
5+
6+
### Bug Fixes
7+
8+
* **ci:** run main workflow with NodeJS 18 ([#2429](https://github.com/mdn/interactive-examples/issues/2429)) ([a74779e](https://github.com/mdn/interactive-examples/commit/a74779ecd2381e011405ae609fe5eaf09c36598d))
9+
* **ci:** skip deploy/release on dependabot merges ([#2422](https://github.com/mdn/interactive-examples/issues/2422)) ([e606273](https://github.com/mdn/interactive-examples/commit/e606273bd6a182cf52962e6fc222bdf7e48d70f1))
10+
* correct return type for function ([#2391](https://github.com/mdn/interactive-examples/issues/2391)) ([56ca48a](https://github.com/mdn/interactive-examples/commit/56ca48a7ea9d7ddd429e0fb678e4d1ee3d72c372))
11+
* **stage-deploy:** build main with local bob ([#2370](https://github.com/mdn/interactive-examples/issues/2370)) ([a418610](https://github.com/mdn/interactive-examples/commit/a41861014c4aa618ea54976b2de27557ec52b070))
12+
313
## [1.0.3](https://github.com/mdn/interactive-examples/compare/v1.0.2...v1.0.3) (2022-10-07)
414

515

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "interactive-examples",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Interactive code examples embedded on MDN",
55
"author": "Mozilla",
66
"license": "MPL-2.0",

0 commit comments

Comments
 (0)