From 9b37d90c2ea77894e51945463b0a1a067531cb47 Mon Sep 17 00:00:00 2001 From: Ricardo Gobbo de Souza Date: Mon, 30 Sep 2019 11:00:26 -0300 Subject: [PATCH] chore(release): 1.0.1 --- 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 315c72f..cd5ee79 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. +### [1.0.1](https://github.com/webpack-contrib/stylelint-webpack-plugin/compare/v1.0.0...v1.0.1) (2019-09-30) + + +### Bug Fixes + +* compiler hooks ([aca2c1d](https://github.com/webpack-contrib/stylelint-webpack-plugin/commit/aca2c1d)) + ## 1.0.0 (2019-09-30) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index cfc15f6..a772296 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "stylelint-webpack-plugin", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2faa4a4..c8610ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stylelint-webpack-plugin", - "version": "1.0.0", + "version": "1.0.1", "description": "A stylelint plugin for webpack", "license": "MIT", "repository": "webpack-contrib/stylelint-webpack-plugin",