Skip to content

Commit

Permalink
2.0.0-beta.6
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Jun 26, 2019
1 parent f3e3b80 commit 1310d35
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
@@ -1,3 +1,6 @@
jspm 2.0.0-beta.6 (26/06/2019)
- Fixup isArray check in build (https://github.com/jspm/jspm-cli/pull/2482)

jspm 2.0.0-beta.5 (24/06/2019)
- Support install aliases with "@" characters (https://github.com/jspm/jspm-cli/pull/2480, by @Hypercubed)
- Fixup Rollup builds to correctly match up chunks in import map generation (https://github.com/jspm/jspm-cli/pull/2477, by @jbanety)
Expand All @@ -15,4 +18,4 @@ jspm 2.0.0-beta.4 (20/05/2019)

jspm 2.0 changelogs started as of 2.0.0-beta.4.

For previous jspm releases see https://github.com/jspm/jspm-cli/releases.
For previous jspm releases see https://github.com/jspm/jspm-cli/releases.
2 changes: 1 addition & 1 deletion lib/build/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/build/index.js.map

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
@@ -1,7 +1,7 @@
{
"name": "jspm",
"description": "Universal ES Module Package Manager",
"version": "2.0.0-beta.5",
"version": "2.0.0-beta.6",
"main": "lib/api.js",
"types": "lib/api.d.ts",
"dependencies": {
Expand Down

0 comments on commit 1310d35

Please sign in to comment.