diff --git a/CHANGELOG.md b/CHANGELOG.md index 45b2a2d3db..5a04a8ff1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.3.1](https://github.com/mdn/interactive-examples/compare/v2.3.0...v2.3.1) (2023-11-03) + + +### Bug Fixes + +* **js:** horizontal and vertical scroll improvements ([#2649](https://github.com/mdn/interactive-examples/issues/2649)) ([617205f](https://github.com/mdn/interactive-examples/commit/617205f412c9a80f81cc1fc83b24aabb232f06e0)) + ## [2.3.0](https://github.com/mdn/interactive-examples/compare/v2.2.1...v2.3.0) (2023-10-10) diff --git a/package-lock.json b/package-lock.json index b3341e6ccc..15cec20e39 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "interactive-examples", - "version": "2.3.0", + "version": "2.3.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "interactive-examples", - "version": "2.3.0", + "version": "2.3.1", "hasInstallScript": true, "license": "MPL-2.0", "devDependencies": { diff --git a/package.json b/package.json index a18a321e52..eb6560f258 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "interactive-examples", - "version": "2.3.0", + "version": "2.3.1", "description": "Interactive code examples embedded on MDN", "author": "Mozilla", "license": "MPL-2.0",