From 132a8439ca8e42bd0d3d741912f5e20ea9501bba Mon Sep 17 00:00:00 2001 From: Phil Sturgeon Date: Thu, 22 Aug 2019 08:25:35 +0200 Subject: [PATCH] docs: fixed months for v4.0.x releases --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2306b06ec..af11b4a6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,15 +4,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [4.0.2] - 2019-07-31 +## [4.0.2] - 2019-08-31 ### Fixed - Tweaked JSON Path lookup for paths to avoid deep scan, speeding up linting for large documents [#413](https://github.com/stoplightio/spectral/pull/413) -## [4.0.1] - 2019-07-16 +## [4.0.1] - 2019-08-16 ### Fixed - NPM install for Windows users was failing due to a dependency not supporting Windows in their build script -## [4.0.0] - 2019-07-09 +## [4.0.0] - 2019-08-09 ### Added - Using the CLI with multiple, custom rulesets - New syntax for rulesets, including overriding rules and extending rulesets