Skip to content

Commit

Permalink
6.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldenning committed Nov 29, 2019
1 parent 58594f7 commit 042fa6c
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.1.7
* Fix problem where banner comment in output files had wrong version number

SystemJS 6.1.6
* Fix IE11 regression in 6.1.5 (https://github.com/systemjs/systemjs/pull/2077 @kouts)

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.1.5
* SJS 6.1.7
* 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.1.5
* SystemJS 6.1.7
*/
(function () {
const hasSelf = typeof self !== 'undefined';
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.1.6",
"version": "6.1.7",
"description": "Dynamic ES module loader",
"repository": {
"type": "git",
Expand Down

0 comments on commit 042fa6c

Please sign in to comment.