diff --git a/CHANGELOG.md b/CHANGELOG.md index 33b752ffa..1d4e6c20d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.3.5](https://github.com/mdn/interactive-examples/compare/v2.3.4...v2.3.5) (2024-01-16) + + +### Bug Fixes + +* **css:** update 'display' interactive demo ([#2710](https://github.com/mdn/interactive-examples/issues/2710)) ([2125dd1](https://github.com/mdn/interactive-examples/commit/2125dd1d5eac464cc3f8c489f44a4b3aaf940d05)) + ## [2.3.4](https://github.com/mdn/interactive-examples/compare/v2.3.3...v2.3.4) (2023-12-06) diff --git a/package-lock.json b/package-lock.json index d79842f63..c064a15da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "interactive-examples", - "version": "2.3.4", + "version": "2.3.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "interactive-examples", - "version": "2.3.4", + "version": "2.3.5", "hasInstallScript": true, "license": "MPL-2.0", "devDependencies": { diff --git a/package.json b/package.json index f8392b3a7..8739ab338 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "interactive-examples", - "version": "2.3.4", + "version": "2.3.5", "description": "Interactive code examples embedded on MDN", "author": "Mozilla", "license": "MPL-2.0",