From 2505275f5089591beee49eeea71405d3220e9661 Mon Sep 17 00:00:00 2001 From: Friedel Ziegelmayer Date: Thu, 27 Oct 2016 14:52:29 +0200 Subject: [PATCH] chore: release version v9.0.0 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2619e3d17..5fbc378ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ + +# [9.0.0](https://github.com/dignifiedquire/aegir/compare/v8.1.2...v9.0.0) (2016-10-27) + + +### Features + +* **build:** stop transpiling for nodejs ([0f7d392](https://github.com/dignifiedquire/aegir/commit/0f7d392)) +* drop special webpack configs ([6a726b2](https://github.com/dignifiedquire/aegir/commit/6a726b2)) +* **test:** add sauce labs support ([7af165f](https://github.com/dignifiedquire/aegir/commit/7af165f)) +* **test:** drop phantomjs from testing ([3299ce1](https://github.com/dignifiedquire/aegir/commit/3299ce1)) +* stop transpiling and use uglify-harmony ([a83f8dd](https://github.com/dignifiedquire/aegir/commit/a83f8dd)) + + + ## [8.1.2](https://github.com/dignifiedquire/aegir/compare/v8.1.1...v8.1.2) (2016-09-26) diff --git a/package.json b/package.json index c13e3bedf..537e01050 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aegir", - "version": "8.1.2", + "version": "9.0.0", "description": "JavaScript project management", "main": "index.js", "bin": {