From 90653ca8cc97f424ee11b827fe3a0b8132799751 Mon Sep 17 00:00:00 2001 From: Rob Eisenberg Date: Tue, 25 Sep 2018 13:32:59 -0700 Subject: [PATCH] chore(all): prepare release 1.0.0 --- bower.json | 2 +- doc/CHANGELOG.md | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bower.json b/bower.json index 6578d3d..f8f6fdc 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "aurelia-testing", - "version": "1.0.0-beta.5.0.0", + "version": "1.0.0", "description": "A collection of helpers for testing Aurelia apps and components.", "keywords": [ "aurelia", diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index 7f882b4..e0b6bc9 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -1,5 +1,5 @@ -# [1.0.0-beta.5.0.0](https://github.com/aurelia/testing/compare/1.0.0-beta.4.0.0...1.0.0-beta.5.0.0) (2018-09-25) +# [1.0.0](https://github.com/aurelia/testing/compare/1.0.0-beta.4.0.0...1.0.0) (2018-09-25) ### Bug Fixes diff --git a/package.json b/package.json index da1b3f5..7c706bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aurelia-testing", - "version": "1.0.0-beta.5.0.0", + "version": "1.0.0", "description": "A collection of helpers for testing Aurelia apps and components.", "keywords": [ "aurelia",