From 3fd4071b22d23aca68b5ec64d1ed9151e54feba8 Mon Sep 17 00:00:00 2001 From: AureliaEffect Date: Tue, 5 Feb 2019 01:04:32 +0000 Subject: [PATCH] chore(all): add latest build artifacts --- bower.json | 2 +- doc/CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index b88b75b..d41bb9c 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "aurelia-polyfills", - "version": "1.3.3", + "version": "1.3.4", "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 5b66502..6b38078 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -1,3 +1,13 @@ + +## [1.3.4](https://github.com/aurelia/polyfills/compare/1.3.1...1.3.4) (2019-02-05) + + +### Bug Fixes + +* **all:** change es2015 back to native-modules ([2a9d9e3](https://github.com/aurelia/polyfills/commit/2a9d9e3)) + + + ## [1.3.3](https://github.com/aurelia/polyfills/compare/1.3.1...1.3.3) (2019-02-04) diff --git a/package.json b/package.json index 7db3cf7..8c76377 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aurelia-polyfills", - "version": "1.3.3", + "version": "1.3.4", "description": "The minimal set of polyfills that the Aurelia platform needs to run on ES5 browsers.", "keywords": [ "aurelia",