Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit 8906f3b

Browse files
chore(release): 1.0.0
1 parent afc43f8 commit 8906f3b

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# Changelog
2+
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.
4+
5+
### [1.0.0](https://github.com/webpack-contrib/node-loader/compare/v0.6.0...v1.0.0) (2020-06-26)
6+
7+
### ⚠ BREAKING CHANGES
8+
9+
* minimum supported Node.js version is `10.13`
10+
* minimum supported `webpack` version is `4`
11+
12+
### Features
13+
14+
* support webpack 5
15+
* `flags` option ([#20](https://github.com/webpack-contrib/node-loader/issues/20)) ([afc43f8](https://github.com/webpack-contrib/node-loader/commit/afc43f80046402774037a8c0de5e513f2795ffa1))
16+
* `name` option ([#20](https://github.com/webpack-contrib/node-loader/issues/20)) ([afc43f8](https://github.com/webpack-contrib/node-loader/commit/afc43f80046402774037a8c0de5e513f2795ffa1))
17+
18+
### Fixes
19+
20+
* copy `.node` files to the build directory
21+
* do not put absolute paths in the bundle file (no problems with `[contenthash]`)
22+
123
# Change Log
224

325
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.

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-loader",
3-
"version": "0.6.0",
3+
"version": "1.0.0",
44
"description": "A Node loader module for enhanced-require",
55
"license": "MIT",
66
"repository": "webpack-contrib/node-loader",

0 commit comments

Comments
 (0)