Skip to content

Commit bdd596e

Browse files
chore(release): 2.1.0
1 parent 24aee0d commit bdd596e

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

Diff for: CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
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+
## [2.1.0](https://github.com/webpack-contrib/node-loader/compare/v2.0.0...v2.1.0) (2024-11-13)
6+
7+
8+
### Features
9+
10+
* display helpful description and links on error ([#54](https://github.com/webpack-contrib/node-loader/issues/54)) ([31c0009](https://github.com/webpack-contrib/node-loader/commit/31c00094de7b443e639ffdb15bb33b56365930d2))
11+
12+
13+
### Bug Fixes
14+
15+
* dlopen relative part problem in mac system ([0507d0b](https://github.com/webpack-contrib/node-loader/commit/0507d0b5b139d1558d9917cb29bfce12d4c1ac26))
16+
517
## [2.0.0](https://github.com/webpack-contrib/node-loader/compare/v1.0.3...v2.0.0) (2021-04-05)
618

719

Diff for: package-lock.json

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

Diff for: package.json

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

0 commit comments

Comments
 (0)