Skip to content

Commit

Permalink
Updating version in main and example package.json for v1.0.0 release.…
Browse files Browse the repository at this point in the history
… Adding CHANGELOG.md documentation and removing pre-release notice from README.md.
  • Loading branch information
arithmetric committed Oct 19, 2016
1 parent 42cde99 commit 209362b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"private": true,
"dependencies": {
"grunt": "^1.0.0",
"grunt-drupal-tasks": "*",
"grunt-drupal-tasks": "~1.0.0",
"zombie": "^4.2.1"
}
}
2 changes: 1 addition & 1 deletion npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 209362b

Please sign in to comment.