From 2c9efe86080eadc2e4a200b92d0e459f68bafb84 Mon Sep 17 00:00:00 2001 From: "alexander.akait" Date: Sun, 28 May 2023 03:32:03 +0300 Subject: [PATCH] chore(release): 7.1.2 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4932f8..40107fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [7.1.2](https://github.com/webpack-contrib/stylus-loader/compare/v7.1.1...v7.1.2) (2023-05-28) + + +### Bug Fixes + +* avoid stack in error messages ([#391](https://github.com/webpack-contrib/stylus-loader/issues/391)) ([b6f5578](https://github.com/webpack-contrib/stylus-loader/commit/b6f55783df2b4233383d96fad574906f6ccb26b8)) + ### [7.1.1](https://github.com/webpack-contrib/stylus-loader/compare/v7.1.0...v7.1.1) (2023-05-25) diff --git a/package-lock.json b/package-lock.json index bd539f1..c2f0cbb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "stylus-loader", - "version": "7.1.1", + "version": "7.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "stylus-loader", - "version": "7.1.1", + "version": "7.1.2", "license": "MIT", "dependencies": { "fast-glob": "^3.2.12", diff --git a/package.json b/package.json index 8396026..1f1531e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stylus-loader", - "version": "7.1.1", + "version": "7.1.2", "description": "Stylus loader for webpack", "license": "MIT", "repository": "webpack-contrib/stylus-loader",