From 8b9c873435d5b52440cb0d37625997b808be1265 Mon Sep 17 00:00:00 2001 From: "alexander.akait" Date: Sun, 28 May 2023 03:10:41 +0300 Subject: [PATCH] chore(release): 11.1.1 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94f2efc..9980ec4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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. +### [11.1.1](https://github.com/webpack-contrib/less-loader/compare/v11.1.0...v11.1.1) (2023-05-28) + + +### Bug Fixes + +* handling errors better ([#515](https://github.com/webpack-contrib/less-loader/issues/515)) ([5e0308e](https://github.com/webpack-contrib/less-loader/commit/5e0308e106feec767b44a5fa29696009f95d3a2a)) +* make errors serializable ([#516](https://github.com/webpack-contrib/less-loader/issues/516)) ([68adcc2](https://github.com/webpack-contrib/less-loader/commit/68adcc27f88737db4739942ebd611591ec360b74)) + ## [11.1.0](https://github.com/webpack-contrib/less-loader/compare/v11.0.0...v11.1.0) (2022-10-06) diff --git a/package-lock.json b/package-lock.json index 974ca63..b922179 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "less-loader", - "version": "11.1.0", + "version": "11.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "less-loader", - "version": "11.1.0", + "version": "11.1.1", "license": "MIT", "dependencies": { "klona": "^2.0.6", diff --git a/package.json b/package.json index 5c0db79..8964051 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "less-loader", - "version": "11.1.0", + "version": "11.1.1", "description": "A Less loader for webpack. Compiles Less to CSS.", "license": "MIT", "repository": "webpack-contrib/less-loader",