Skip to content

Commit

Permalink
0.58.1 (#2693)
Browse files Browse the repository at this point in the history
* 0.58.1

* chore: add stylus version outpu
  • Loading branch information
iChenLei committed May 31, 2022
1 parent bf3d169 commit 8dbebd8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
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

0 comments on commit 8dbebd8

Please sign in to comment.