Skip to content

Commit

Permalink
chore(release): 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Jun 26, 2020
1 parent afc43f8 commit 8906f3b
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# Changelog

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.0](https://github.com/webpack-contrib/node-loader/compare/v0.6.0...v1.0.0) (2020-06-26)

### ⚠ BREAKING CHANGES

* minimum supported Node.js version is `10.13`
* minimum supported `webpack` version is `4`

### Features

* support webpack 5
* `flags` option ([#20](https://github.com/webpack-contrib/node-loader/issues/20)) ([afc43f8](https://github.com/webpack-contrib/node-loader/commit/afc43f80046402774037a8c0de5e513f2795ffa1))
* `name` option ([#20](https://github.com/webpack-contrib/node-loader/issues/20)) ([afc43f8](https://github.com/webpack-contrib/node-loader/commit/afc43f80046402774037a8c0de5e513f2795ffa1))

### Fixes

* copy `.node` files to the build directory
* do not put absolute paths in the bundle file (no problems with `[contenthash]`)

# 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.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-loader",
"version": "0.6.0",
"version": "1.0.0",
"description": "A Node loader module for enhanced-require",
"license": "MIT",
"repository": "webpack-contrib/node-loader",
Expand Down

0 comments on commit 8906f3b

Please sign in to comment.