Skip to content

Commit

Permalink
3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
3cp committed Dec 24, 2024
1 parent 4983836 commit 5387185
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [3.1.0](https://github.com/dumberjs/dumber/compare/v3.0.0...v3.1.0) (2024-12-24)


### Bug Fixes

* fix local require check in npm package ([fba127f](https://github.com/dumberjs/dumber/commit/fba127f5d6df2e7c367153659c97313a23ea2fbc))


### Features

* support node: import like require('node:fs/promises') ([8d0544c](https://github.com/dumberjs/dumber/commit/8d0544c8ba0b84bb98ee80889916b59d9eb5c5a8)), closes [#17](https://github.com/dumberjs/dumber/issues/17)
* support package.json exports field ([a800eb8](https://github.com/dumberjs/dumber/commit/a800eb876e2f0c34a4b95e7452a023a1b5834a8f)), closes [#17](https://github.com/dumberjs/dumber/issues/17)



# [3.0.0](https://github.com/dumberjs/dumber/compare/v2.1.2...v3.0.0) (2024-09-17)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dumber",
"version": "3.0.0",
"version": "3.1.0",
"description": "A dumb JavasScript bundler for Single Page Application, dumber than you and me",
"main": "index.js",
"files": [
Expand Down

0 comments on commit 5387185

Please sign in to comment.