diff --git a/Changelog.md b/Changelog.md index 7a15b5320..74fe121f6 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,8 @@ +0.61.0 / 2023-11-04 +=================== + * chore: drop support for NodeJS 10 and 12 [#2834](https://github.com/stylus/stylus/pull/2834) + * fix: fix [CVE-2023-26364](https://github.com/advisories/GHSA-hpx4-r86g-5jrg) + 0.60.0 / 2023-08-30 =================== * feat: support [deno](https://deno.com) [#2813](https://github.com/stylus/stylus/pull/2813) diff --git a/package.json b/package.json index 947b2dff6..fb2653304 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "stylus", "description": "Robust, expressive, and feature-rich CSS superset", - "version": "0.60.0", + "version": "0.61.0", "author": "TJ Holowaychuk ", "keywords": [ "css",