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

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

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
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

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": "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)