diff --git a/CHANGELOG.md b/CHANGELOG.md index 75a4c80d6..033547a87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [3.2.0](https://github.com/blinkk/degu/compare/v3.1.3...v3.2.0) (2023-05-10) + + +### Features + +* add "orientation" option to youtube modal ([ea0e82b](https://github.com/blinkk/degu/commit/ea0e82bfd64da26c7a5e4c18cc817f0657c9e8c1)) +* release 3.2.0 ([eeaafc7](https://github.com/blinkk/degu/commit/eeaafc764bd252f5209d9ced9ff99a8b8e8ac07e)) + + +### Miscellaneous Chores + +* release 3.2.0 ([4c38f6f](https://github.com/blinkk/degu/commit/4c38f6f570000433d1385d1d84c9c054e5de8bb4)) + ## [3.1.3](https://github.com/blinkk/degu/compare/v3.1.2...v3.1.3) (2023-02-01) diff --git a/package.json b/package.json index c2b1241ce..8ca8aa4c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@blinkk/degu", - "version": "3.1.3", + "version": "3.2.0", "description": "A general utility library for interactive websites, with a focus on performance.", "author": "Blinkk ", "license": "MIT",