From 7553679ae434837dee18c2cfe8540b9d95c90a0a Mon Sep 17 00:00:00 2001 From: AureliaEffect Date: Sun, 3 Feb 2019 05:21:57 +0000 Subject: [PATCH] chore(all): add latest build artifacts --- bower.json | 2 +- doc/CHANGELOG.md | 10 ++++++++++ package-lock.json | 2 +- package.json | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/bower.json b/bower.json index d2f26c5..b88b75b 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "aurelia-polyfills", - "version": "1.3.2", + "version": "1.3.3", "description": "The minimal set of polyfills that the Aurelia platform needs to run on ES5 browsers.", "keywords": [ "aurelia", diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index 047c7c1..e84008f 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -1,3 +1,13 @@ + +## [1.3.3](https://github.com/aurelia/polyfills/compare/1.3.1...1.3.3) (2019-02-03) + + +### Bug Fixes + +* **all:** change es2015 back to native-modules ([2a9d9e3](https://github.com/aurelia/polyfills/commit/2a9d9e3)) + + + ## [1.3.2](https://github.com/aurelia/polyfills/compare/1.3.1...1.3.2) (2019-02-03) diff --git a/package-lock.json b/package-lock.json index e36488a..526316d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "aurelia-polyfills", - "version": "1.3.1", + "version": "1.3.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7ae99d8..70d6002 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aurelia-polyfills", - "version": "1.3.2", + "version": "1.3.3", "description": "The minimal set of polyfills that the Aurelia platform needs to run on ES5 browsers.", "keywords": [ "aurelia",