Skip to content

Commit

Permalink
6.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Jun 14, 2021
1 parent db0c4f0 commit 3282137
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
SystemJS 6.10.1
* Fixes module-types usage process reference issue (https://github.com/systemjs/systemjs/pull/2343)

SystemJS 6.10.0
* Add package.json to package exports (https://github.com/systemjs/systemjs/pull/2317 @mk-pmb)
* Refactor amd.js to only call System.register. Resolves #2331. (#2335)
Expand Down
2 changes: 1 addition & 1 deletion dist/s.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* SJS 6.10.0
* SJS 6.10.1
* Minimal SystemJS Build
*/
(function () {
Expand Down
2 changes: 1 addition & 1 deletion dist/system.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* SystemJS 6.10.0
* SystemJS 6.10.1
*/
(function () {

Expand Down
2 changes: 1 addition & 1 deletion dist/system.min.js

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": "systemjs",
"version": "6.10.0",
"version": "6.10.1",
"main": "dist/system-node.cjs",
"exports": {
".": {
Expand Down

0 comments on commit 3282137

Please sign in to comment.