Skip to content

Commit 4cb0876

Browse files
committed
version bump and changelog updates
1 parent 23d6bc5 commit 4cb0876

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
# Changelog
2+
## v 0.3.0
3+
* Merged various pull requests for the following:
4+
* - Add ability to use logical AND for tags
5+
* - added cli overrides for steps, tags and format
6+
* - Support coffeescript option
7+
* - Cucumber 0.4.0 has been released, updated deps to 0.4.3
8+
* - Add feature for defining multiple steps as array
9+
* - Fixed support directory option
10+
211
## v 0.2.3
312
* Fixed 'executable' rename to 'modulePath'
413

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "grunt-cucumber",
33
"description": "Grunt task for running Cucumber.js",
4-
"version": "0.2.3",
4+
"version": "0.3.0",
55
"homepage": "https://github.com/s9tpepper/grunt-cucumber-js",
66
"author": {
77
"name": "Omar Gonzalez",

0 commit comments

Comments
 (0)