From 706fc7a6a0e3a6ebd1b992ccc9315f9200d07f3e Mon Sep 17 00:00:00 2001 From: Benjamin Date: Mon, 11 Feb 2019 22:26:34 -0800 Subject: [PATCH] chore(release): 13.1.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15e2b79b0..ed33ed541 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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. + +# [13.1.0](https://github.com/yargs/yargs/compare/v13.0.0...v13.1.0) (2019-02-12) + + +### Features + +* add applyBeforeValidation, for applying sync middleware before validation ([5be206a](https://github.com/yargs/yargs/commit/5be206a)) + + + # [13.0.0](https://github.com/yargs/yargs/compare/v12.0.5...v13.0.0) (2019-02-02) diff --git a/package.json b/package.json index 4b1c3c02b..fa83fb11a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yargs", - "version": "13.0.0", + "version": "13.1.0", "description": "yargs the modern, pirate-themed, successor to optimist.", "main": "./index.js", "contributors": [