Bump version to 4.18.34 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2019-11-12 21:01:36 +00:00
parent 1db2941a9e
commit fb163ad294
4 changed files with 8 additions and 7 deletions

View file

@ -1,16 +1,17 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 4.18.33 -->
## [v4.18.33](https://github.com/inspec/inspec/tree/v4.18.33) (2019-11-12)
<!-- latest_release 4.18.34 -->
## [v4.18.34](https://github.com/inspec/inspec/tree/v4.18.34) (2019-11-12)
#### Merged Pull Requests
- Deprecate inspec/object/* classes [#4680](https://github.com/inspec/inspec/pull/4680) ([btm](https://github.com/btm))
#### Bug Fixes
- Fix for invocation when calling npm under sudo [#4548](https://github.com/inspec/inspec/pull/4548) ([clintoncwolfe](https://github.com/clintoncwolfe))
<!-- latest_release -->
<!-- release_rollup since=4.18.24 -->
### Changes since 4.18.24 release
#### Bug Fixes
- Fix for invocation when calling npm under sudo [#4548](https://github.com/inspec/inspec/pull/4548) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.18.34 -->
- Make input() work in describe.one [#4666](https://github.com/inspec/inspec/pull/4666) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.18.30 -->
#### New Features

View file

@ -1 +1 @@
4.18.33
4.18.34

View file

@ -1,5 +1,5 @@
# This file managed by automation - do not edit manually
module InspecBin
INSPECBIN_ROOT = File.expand_path("../..", __FILE__)
VERSION = "4.18.33".freeze
VERSION = "4.18.34".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "4.18.33".freeze
VERSION = "4.18.34".freeze
end