From ac538ac94b58135611f737b3d2af5cc840a60e9b Mon Sep 17 00:00:00 2001 From: AureliaEffect Date: Tue, 15 Oct 2019 23:40:53 +0000 Subject: [PATCH] chore(all): merge latest release --- 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 8268874..4b826f9 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "aurelia-path", - "version": "1.1.4", + "version": "1.1.5", "description": "Utilities for path manipulation.", "keywords": [ "aurelia", diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index 985f287..d1808dc 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -1,3 +1,13 @@ + +## [1.1.5](https://github.com/aurelia/path/compare/1.1.2...1.1.5) (2019-09-10) + + +### Bug Fixes + +* **all:** change es2015 back to native-modules ([3a13e2f](https://github.com/aurelia/path/commit/3a13e2f)) + + + ## [1.1.4](https://github.com/aurelia/path/compare/1.1.2...1.1.4) (2019-03-26) diff --git a/package.json b/package.json index ce2ce8e..9dd8b99 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aurelia-path", - "version": "1.1.4", + "version": "1.1.5", "description": "Utilities for path manipulation.", "keywords": [ "aurelia",