diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f0c9fe4..77118a15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [0.8.4] - 2018-10-16 +### Fixed +- Referenced files containing spaces would fail to load on OS X and Linux ([#181]) + +[#181]: https://github.com/wework/speccy/pull/181 + +## [0.8.3] - 2018-10-16 +### Fixed +- Callbacks and Security Requirements were failing due to bug in dependency ([#180]) + +[#180]: https://github.com/wework/speccy/pull/180 + + ## [0.8.2] - 2018-09-17 ### Added - New rule for when the default rules match the example rules provided diff --git a/package-lock.json b/package-lock.json index dc5910ed..42384852 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3504,9 +3504,9 @@ } }, "oas-resolver": { - "version": "1.0.10", - "resolved": "https://registry.npmjs.org/oas-resolver/-/oas-resolver-1.0.10.tgz", - "integrity": "sha512-vANZgmJtiHanxLURomvHJyEPZUP5hVtrcKVdNBm5yw5xUbejHCdTUbNaBihj9o91JvFmioCiwXGIw+PDUCy7bw==", + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/oas-resolver/-/oas-resolver-1.0.11.tgz", + "integrity": "sha512-qqd68y9Uowerfa5wTaWYN8/+k6UsMMoKzugCqolM/exytHcMYZ9NwHI9tFUeJFyGqA8A0DWPjUuZDIJDIlfKfw==", "requires": { "js-yaml": "^3.11.0", "node-fetch": "^2.1.1",