Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.58.1 #2693

Merged
merged 2 commits into from May 31, 2022
Merged

0.58.1 #2693

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -80,7 +80,7 @@ jobs:
- name: open a new folder
run: cd ./test/yarn
- name: Run Yarn
run: yarn install && yarn add stylus@latest && yarn run stylus
run: yarn install && yarn add stylus@latest && yarn run stylus --version

coverage:
name: 'Run nyc for code coverage'
Expand Down
5 changes: 5 additions & 0 deletions Changelog.md
@@ -1,3 +1,8 @@
0.58.1 / 2022-05-31
===================
* fix: bin/stylus in npm packages contains windows style line endings [#2691](https://github.com/stylus/stylus/issues/2691)
* ci: add yarn bin/stylus execute regression test [#2692](https://github.com/stylus/stylus/pull/2692)

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)
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.58.0",
"version": "0.58.1",
"author": "TJ Holowaychuk <tj@vision-media.ca>",
"keywords": [
"css",
Expand Down