Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 653e4c8

Browse filesBrowse files
committed
chore(release): commonjs v16.0.0
1 parent 0f583b8 commit 653e4c8
Copy full SHA for 653e4c8

File tree

Expand file treeCollapse file tree

2 files changed

+19
-1
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+19
-1
lines changed

‎packages/commonjs/CHANGELOG.md

Copy file name to clipboardExpand all lines: packages/commonjs/CHANGELOG.md
+18Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# @rollup/plugin-commonjs ChangeLog
22

3+
## v16.0.0
4+
5+
_2020-10-27_
6+
7+
### Breaking Changes
8+
9+
- feat!: Expose cjs detection and support offline caching (#604)
10+
11+
### Bugfixes
12+
13+
- fix: avoid wrapping `commonjsRegister` call in `createCommonjsModule(...)` (#602)
14+
- fix: register dynamic modules when a different loader (i.e typescript) loads the entry file (#599)
15+
- fix: fixed access to node_modules dynamic module with subfolder (i.e 'logform/json') (#601)
16+
17+
### Features
18+
19+
- feat: pass type of import to node-resolve (#611)
20+
321
## v15.1.0
422

523
_2020-09-21_

‎packages/commonjs/package.json

Copy file name to clipboardExpand all lines: packages/commonjs/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rollup/plugin-commonjs",
3-
"version": "15.1.0",
3+
"version": "16.0.0",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.