From 5fe4a0d67879e73060ec617f56f90f59caf2bb66 Mon Sep 17 00:00:00 2001 From: Lei Chen Date: Sat, 28 May 2022 15:51:34 +0800 Subject: [PATCH] 0.58.0 (#2688) --- .github/PULL_REQUEST_TEMPLATE.md | 1 + Changelog.md | 8 ++++++++ package-lock.json | 2 +- package.json | 2 +- 4 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 58bc7107a..7af45ca96 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -36,5 +36,6 @@ merge of your pull request! - [ ] Documentation - [ ] Unit Tests - [ ] Code complete +- [ ] Changelog diff --git a/Changelog.md b/Changelog.md index 8c46297b7..19454842a 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,11 @@ +0.58.0 / 2022-05-28 +=================== + * feat: support full css level 4 logical combination selectors (`:is`, `:where`, `:not`, `:has`). [#2684](https://github.com/stylus/stylus/pull/2684) + * deps: drop [`safer-buffer`](https://www.npmjs.com/package/safer-buffer). [#2682](https://github.com/stylus/stylus/pull/2682) + * chore: ci add code coverage benchmark. [#2683](https://github.com/stylus/stylus/pull/2683) + * chore: delete unused .gitmodules file. [#2687](https://github.com/stylus/stylus/pull/2687) + * chore: remove unused require. [#2686](https://github.com/stylus/stylus/pull/2686) + 0.57.0 / 2022-02-19 =================== * Fix: remove lib-cov and outdated deps. [#2659](https://github.com/stylus/stylus/pull/2659) diff --git a/package-lock.json b/package-lock.json index e1a0b50b4..f27c61eb8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "stylus", - "version": "0.57.0", + "version": "0.58.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 139fd90c6..6d16701f5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "stylus", "description": "Robust, expressive, and feature-rich CSS superset", - "version": "0.57.0", + "version": "0.58.0", "author": "TJ Holowaychuk ", "keywords": [ "css",