Skip to content

Commit

Permalink
0.58.0 (#2688)
Browse files Browse the repository at this point in the history
  • Loading branch information
iChenLei committed May 28, 2022
1 parent a879bf1 commit 5fe4a0d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Expand Up @@ -36,5 +36,6 @@ merge of your pull request!
- [ ] Documentation
- [ ] Unit Tests
- [ ] Code complete
- [ ] Changelog

<!-- feel free to add additional comments -->
8 changes: 8 additions & 0 deletions 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)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion 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 <tj@vision-media.ca>",
"keywords": [
"css",
Expand Down

0 comments on commit 5fe4a0d

Please sign in to comment.