Bump version to 2.1.88 by Chef Expeditor

This commit is contained in:
Chef Expeditor 2018-06-05 00:21:12 +00:00
parent 8c274daaa9
commit 87ce26f50b
3 changed files with 6 additions and 5 deletions

View file

@ -1,10 +1,10 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 2.1.87 -->
## [v2.1.87](https://github.com/inspec/inspec/tree/v2.1.87) (2018-06-04)
<!-- latest_release 2.1.88 -->
## [v2.1.88](https://github.com/inspec/inspec/tree/v2.1.88) (2018-06-05)
#### Merged Pull Requests
- Spellcheck FilterTable Developer Documentation [#3111](https://github.com/inspec/inspec/pull/3111) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
- Refactor: Perform internal rename and add comments to FilterTable [#3047](https://github.com/inspec/inspec/pull/3047) ([clintoncwolfe](https://github.com/clintoncwolfe))
<!-- latest_release -->
<!-- release_rollup since=2.1.84 -->
@ -14,6 +14,7 @@
- Detect windows packages with trailing/leading spaces [#3106](https://github.com/inspec/inspec/pull/3106) ([jquick](https://github.com/jquick)) <!-- 2.1.86 -->
#### Merged Pull Requests
- Refactor: Perform internal rename and add comments to FilterTable [#3047](https://github.com/inspec/inspec/pull/3047) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 2.1.88 -->
- Spellcheck FilterTable Developer Documentation [#3111](https://github.com/inspec/inspec/pull/3111) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) <!-- 2.1.87 -->
- support local npm package searches [#3105](https://github.com/inspec/inspec/pull/3105) ([arlimus](https://github.com/arlimus)) <!-- 2.1.85 -->
<!-- release_rollup -->

View file

@ -1 +1 @@
2.1.87
2.1.88

View file

@ -4,5 +4,5 @@
# author: Christoph Hartmann
module Inspec
VERSION = '2.1.87'
VERSION = '2.1.88'
end