From dac28df48e8083e22cb7474aa6a2d0e2db98713f Mon Sep 17 00:00:00 2001 From: Yoriiis Date: Wed, 10 Mar 2021 20:10:28 +0100 Subject: [PATCH] Bump the version and the year --- CHANGELOG.md | 6 ++++++ LICENSE | 2 +- README.md | 2 +- lib/index.d.ts | 2 +- lib/index.js | 2 +- package-lock.json | 2 +- package.json | 4 ++-- src/index.ts | 2 +- 8 files changed, 14 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 228df8c..91825fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## 7.0.2 + +### Fixes + +- Add webpack `v5` as peer dependency [#74](https://github.com/yoriiis/chunks-webpack-plugin/pull/74) + ## 7.0.1 ### New features diff --git a/LICENSE b/LICENSE index 3a1b93d..733400f 100755 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020 Joris Daniel +Copyright (c) 2021 Joris Daniel Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index f4b0b5a..9de6d36 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ChunksWebpackPlugin -![Chunks Webpack Plugin](https://img.shields.io/badge/chunks--webpack--plugin-v7.0.1-546e7a.svg?style=for-the-badge) ![GitHub Workflow Status (branch)](https://img.shields.io/github/workflow/status/yoriiis/chunks-webpack-plugin/Build/master?style=for-the-badge) [![Coverage Status](https://img.shields.io/coveralls/github/yoriiis/chunks-webpack-plugin?style=for-the-badge)](https://coveralls.io/github/yoriiis/chunks-webpack-plugin?branch=master) [![Mutation testing badge](https://img.shields.io/endpoint?style=for-the-badge&url=https://badge-api.stryker-mutator.io/github.com/yoriiis/chunks-webpack-plugin/master)](https://dashboard.stryker-mutator.io/reports/github.com/yoriiis/chunks-webpack-plugin/master) ![Node.js](https://img.shields.io/node/v/chunks-webpack-plugin?style=for-the-badge) [![Bundlephobia](https://img.shields.io/bundlephobia/minzip/chunks-webpack-plugin?style=for-the-badge)](https://bundlephobia.com/result?p=fela@latest) [![Npm downloads](https://img.shields.io/npm/dm/chunks-webpack-plugin?color=fb3e44&label=npm%20downloads&style=for-the-badge)](https://npmjs.com/package/chunks-webpack-plugin) [![Chat on Discord](https://img.shields.io/badge/chat-on%20discord-7289da.svg?style=for-the-badge)](https://discordapp.com/invite/uC8FkDn) +![Chunks Webpack Plugin](https://img.shields.io/badge/chunks--webpack--plugin-v7.0.2-546e7a.svg?style=for-the-badge) ![GitHub Workflow Status (branch)](https://img.shields.io/github/workflow/status/yoriiis/chunks-webpack-plugin/Build/master?style=for-the-badge) [![Coverage Status](https://img.shields.io/coveralls/github/yoriiis/chunks-webpack-plugin?style=for-the-badge)](https://coveralls.io/github/yoriiis/chunks-webpack-plugin?branch=master) [![Mutation testing badge](https://img.shields.io/endpoint?style=for-the-badge&url=https://badge-api.stryker-mutator.io/github.com/yoriiis/chunks-webpack-plugin/master)](https://dashboard.stryker-mutator.io/reports/github.com/yoriiis/chunks-webpack-plugin/master) ![Node.js](https://img.shields.io/node/v/chunks-webpack-plugin?style=for-the-badge) [![Bundlephobia](https://img.shields.io/bundlephobia/minzip/chunks-webpack-plugin?style=for-the-badge)](https://bundlephobia.com/result?p=fela@latest) [![Npm downloads](https://img.shields.io/npm/dm/chunks-webpack-plugin?color=fb3e44&label=npm%20downloads&style=for-the-badge)](https://npmjs.com/package/chunks-webpack-plugin) [![Chat on Discord](https://img.shields.io/badge/chat-on%20discord-7289da.svg?style=for-the-badge)](https://discordapp.com/invite/uC8FkDn) The `ChunksWebpackPlugin` creates HTML files with entry points and chunks relations to serve your webpack bundles. It is suitable with multi-page applications that contain multiple entry points. diff --git a/lib/index.d.ts b/lib/index.d.ts index ea843b0..bea8aeb 100644 --- a/lib/index.d.ts +++ b/lib/index.d.ts @@ -1,7 +1,7 @@ /** * @license MIT * @name ChunksWebpackPlugin - * @version 7.0.1 + * @version 7.0.2 * @author: Yoriiis aka Joris DANIEL * @description: ChunksWebpackPlugin create HTML files to serve your webpack bundles. It is very convenient with multiple entrypoints and it works without configuration. * {@link https://github.com/yoriiis/chunks-webpack-plugins} diff --git a/lib/index.js b/lib/index.js index cf6e36b..f2f153d 100644 --- a/lib/index.js +++ b/lib/index.js @@ -2,7 +2,7 @@ /** * @license MIT * @name ChunksWebpackPlugin - * @version 7.0.1 + * @version 7.0.2 * @author: Yoriiis aka Joris DANIEL * @description: ChunksWebpackPlugin create HTML files to serve your webpack bundles. It is very convenient with multiple entrypoints and it works without configuration. * {@link https://github.com/yoriiis/chunks-webpack-plugins} diff --git a/package-lock.json b/package-lock.json index 89f13fb..20c3337 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "chunks-webpack-plugin", - "version": "7.0.1", + "version": "7.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a8613c2..01a8617 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chunks-webpack-plugin", - "version": "7.0.1", + "version": "7.0.2", "description": "Create HTML files with entrypoints and chunks relations to serve your bundles", "keywords": [ "chunks", @@ -184,4 +184,4 @@ "engines": { "node": ">=10.13.0" } -} \ No newline at end of file +} diff --git a/src/index.ts b/src/index.ts index 4104f63..8fdbda3 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,7 +1,7 @@ /** * @license MIT * @name ChunksWebpackPlugin - * @version 7.0.1 + * @version 7.0.2 * @author: Yoriiis aka Joris DANIEL * @description: ChunksWebpackPlugin create HTML files to serve your webpack bundles. It is very convenient with multiple entrypoints and it works without configuration. * {@link https://github.com/yoriiis/chunks-webpack-plugins}