Skip to content

Commit 5617239

Browse files
chore(release): 8.0.0
1 parent ee22312 commit 5617239

File tree

3 files changed

+16
-6
lines changed

3 files changed

+16
-6
lines changed

CHANGELOG.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
1-
# Change Log
1+
# Changelog
22

3-
All notable changes to this project will be documented in this file.
3+
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.
44

5-
This project adheres to [Semantic Versioning](http://semver.org).
5+
## [8.0.0](https://github.com/itgalaxy/robotstxt-webpack-plugin/compare/v7.0.0...v8.0.0) (2022-08-29)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* minimum supported webpack version is `5`
11+
* minimum supported Node.js version is `14.15.0`
12+
13+
### Bug Fixes
14+
15+
* compatibility with webpack v5 ([#131](https://github.com/itgalaxy/robotstxt-webpack-plugin/issues/131)) ([ee22312](https://github.com/itgalaxy/robotstxt-webpack-plugin/commit/ee22312daad1f0f24e2cd390943721bec49151cf))
616

717
## 7.0.0 - 2019-11-05
818

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "robotstxt-webpack-plugin",
3-
"version": "7.0.0",
3+
"version": "8.0.0",
44
"description": "A webpack plugin to output a robots.txt file",
55
"license": "MIT",
66
"author": "itgalaxy <[email protected]>",

0 commit comments

Comments
 (0)