diff --git a/CHANGELOG.md b/CHANGELOG.md index d6ae6524..19b6d646 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## v1.0.0 [2016/10/19] + +- No changes since the v1.0.0-rc1 pre-release. + ## v1.0.0-rc1 [2016/10/14] - Adding scaffold step to ensure the profiles, modules, and libraries diff --git a/README.md b/README.md index 91eb8aea..d0728844 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,6 @@ Code Status (master branch): [![Dependency Status](https://david-dm.org/phase2/grunt-drupal-tasks.svg)](https://david-dm.org/phase2/grunt-drupal-tasks) [![npm version](https://badge.fury.io/js/grunt-drupal-tasks.svg)](https://www.npmjs.com/package/grunt-drupal-tasks) -**This branch contains documentation for the v1.0.0 pre-release. Documentation -for v0.11.1 and earlier can be found at:** -https://github.com/phase2/grunt-drupal-tasks/tree/v0.11.1 - ## Features This project is built on the tools of the Grunt community to provide scripted diff --git a/example/package.json b/example/package.json index fc2d7d54..46ec253c 100644 --- a/example/package.json +++ b/example/package.json @@ -5,7 +5,7 @@ "private": true, "dependencies": { "grunt": "^1.0.0", - "grunt-drupal-tasks": "*", + "grunt-drupal-tasks": "~1.0.0", "zombie": "^4.2.1" } } diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index f035d33a..3e2369ed 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "grunt-drupal-tasks", - "version": "1.0.0-rc1", + "version": "1.0.0", "dependencies": { "fs-extra": { "version": "0.30.0", diff --git a/package.json b/package.json index 476aac76..2926cb8a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt-drupal-tasks", "description": "A Grunt plugin to automate Drupal build and testing tasks.", - "version": "1.0.0-rc1", + "version": "1.0.0", "main": "bootstrap.js", "dependencies": { "fs-extra": "~0.30.0",