diff --git a/CHANGELOG.md b/CHANGELOG.md index dbcaefe..ae4259b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ 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.0.0](https://github.com/webpack-contrib/stylus-loader/compare/v6.2.0...v7.0.0) (2022-05-17) + +### ⚠ BREAKING CHANGES + +* minimum supported `Node.js` version is `14.15.0` + ## [6.2.0](https://github.com/webpack-contrib/stylus-loader/compare/v6.1.0...v6.2.0) (2021-10-12) @@ -125,4 +131,4 @@ The loader will first try to resolve `@import`/`@require` as relative, if it can # Change Log -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. \ No newline at end of file +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. diff --git a/package-lock.json b/package-lock.json index 720128d..0fa12a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "stylus-loader", - "version": "6.2.0", + "version": "7.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "stylus-loader", - "version": "6.2.0", + "version": "7.0.0", "license": "MIT", "dependencies": { "fast-glob": "^3.2.11", diff --git a/package.json b/package.json index dae7967..32c4f46 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stylus-loader", - "version": "6.2.0", + "version": "7.0.0", "description": "Stylus loader for webpack", "license": "MIT", "repository": "webpack-contrib/stylus-loader",