From 14462ea7e7bffce8f192f7a933114ffbf577aa84 Mon Sep 17 00:00:00 2001 From: Lei Chen Date: Sat, 18 Dec 2021 10:20:12 +0800 Subject: [PATCH] 0.56.0 (#2647) --- Changelog.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index dc675cedc..c0557a2e7 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,10 @@ +0.56.0 / 2021-12-18 +=================== + * Deps: upgrade debug version from v3 to v4. [#2643](https://github.com/stylus/stylus/pull/2643) + * Deps: remove dependencies semver and mkdirp. [2641](https://github.com/stylus/stylus/pull/2641) + * Fix: variable names beginning with a keyword and dash. [#2634](https://github.com/stylus/stylus/pull/2634) + * Fix: @import url() error in dependency resolver. [#2632](https://github.com/stylus/stylus/pull/2632) + 0.55.0 / 2021-09-04 =================== diff --git a/package-lock.json b/package-lock.json index 8973f06fd..11fa76b43 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "stylus", - "version": "0.55.0", + "version": "0.56.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1e5dbffe9..40ee2a1e8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "stylus", "description": "Robust, expressive, and feature-rich CSS superset", - "version": "0.55.0", + "version": "0.56.0", "author": "TJ Holowaychuk ", "keywords": [ "css",