Skip to content

Commit

Permalink
chore(all): merge latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
AureliaEffect committed Feb 3, 2019
1 parent 0e2c63c commit b99d6ab
Show file tree
Hide file tree
Showing 5 changed files with 892 additions and 359 deletions.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "aurelia-polyfills",
"version": "1.3.1",
"version": "1.3.2",
"description": "The minimal set of polyfills that the Aurelia platform needs to run on ES5 browsers.",
"keywords": [
"aurelia",
Expand Down
7 changes: 7 additions & 0 deletions config.js
@@ -1,5 +1,12 @@
System.config({
defaultJSExtensions: true,
transpiler: "babel",
babelOptions: {
"optional": [
"runtime",
"optimisation.modules.system"
]
},
paths: {
"github:*": "jspm_packages/github/*",
"npm:*": "jspm_packages/npm/*"
Expand Down
10 changes: 10 additions & 0 deletions doc/CHANGELOG.md
@@ -1,3 +1,13 @@
<a name="1.3.2"></a>
## [1.3.2](https://github.com/aurelia/polyfills/compare/1.3.1...1.3.2) (2019-02-03)


### Bug Fixes

* **all:** change es2015 back to native-modules ([2a9d9e3](https://github.com/aurelia/polyfills/commit/2a9d9e3))



<a name="1.3.0"></a>
# [1.3.0](https://github.com/aurelia/polyfills/compare/1.2.2...v1.3.0) (2018-01-25)

Expand Down

0 comments on commit b99d6ab

Please sign in to comment.