Skip to content

Commit

Permalink
0.55.0 (#2630)
Browse files Browse the repository at this point in the history
* chore: release new version stylus

* [skip ci] chore: update security.md and add new maintianer
  • Loading branch information
iChenLei authored Sep 4, 2021
1 parent fe5bde1 commit dde9868
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 16 deletions.
8 changes: 8 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
0.55.0 / 2021-09-04
===================

* Fearure: Add deg and fr as exceptions for 0 value unit omission. [#2578](https://github.com/stylus/stylus/pull/2578)
* Feature: Add inverse trigonometric functions as bifs. [#2186](https://github.com/stylus/stylus/pull/2186) closes [#1567](https://github.com/stylus/stylus/issues/1567)
* Fix: Bug fixes of encoding png image in url lib function. [#2549](https://github.com/stylus/stylus/pull/2549)
* Refactoring: Replace dependency css-parse with css. [#2554](https://github.com/stylus/stylus/pull/2554)

0.54.8 / 2020-07-16
===================

Expand Down
1 change: 1 addition & 0 deletions Contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Current maintainers of Stylus are:
- Roman Komarov ([@kizu](https://github.com/kizu)),
- Mikhail Korepanov ([@panya](https://github.com/panya)).
- Valeriy Chupurnov ([@xdan](https://github.com/xdan)).
- Lei Chen ([@ichenlei](https://github.com/ichenlei)).


If you'll have any questions, feel free to mention us or use emails from our profiles to contact us.
Expand Down
16 changes: 2 additions & 14 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,8 @@

## Supported Versions

Use this section to tell people about which versions of your project are
currently being supported with security updates.

| Version | Supported |
| ------- | ------------------ |
| 5.1.x | :white_check_mark: |
| 5.0.x | :x: |
| 4.0.x | :white_check_mark: |
| < 4.0 | :x: |
Latest only

## Reporting a Vulnerability

Use this section to tell people how to report a vulnerability.

Tell them where to go, how often they can expect to get an update on a
reported vulnerability, what to expect if the vulnerability is accepted or
declined, etc.
Security issues can be reported at [Stylus Github Issues](https://github.com/stylus/stylus/issues). Since this software is provided as-is no follow up, remediation or time lines are guaranteed.
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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "stylus",
"description": "Robust, expressive, and feature-rich CSS superset",
"version": "0.54.8",
"version": "0.55.0",
"author": "TJ Holowaychuk <tj@vision-media.ca>",
"keywords": [
"css",
Expand Down

0 comments on commit dde9868

Please sign in to comment.