Skip to content

Commit cf979c7

Browse files
author
Benjamin Coe
committed
chore(release): 3.3.0
1 parent f8f99c6 commit cf979c7

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
<a name="3.3.0"></a>
6+
# [3.3.0](https://github.com/istanbuljs/test-exclude/compare/v3.2.2...v3.3.0) (2016-11-22)
7+
8+
9+
### Features
10+
11+
* allow include/exclude rules to be a string rather than array ([#22](https://github.com/istanbuljs/test-exclude/issues/22)) ([f8f99c6](https://github.com/istanbuljs/test-exclude/commit/f8f99c6))
12+
13+
14+
515
<a name="3.2.2"></a>
616
## [3.2.2](https://github.com/istanbuljs/test-exclude/compare/v3.2.1...v3.2.2) (2016-11-14)
717

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "test-exclude",
3-
"version": "3.2.2",
3+
"version": "3.3.0",
44
"description": "test for inclusion or exclusion of paths using pkg-conf and globs",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)