From b87858609c671d8f3dc78f858ce1d8c492bd1062 Mon Sep 17 00:00:00 2001 From: Fabrizio Ferrai Date: Fri, 10 Jan 2020 02:45:19 +0100 Subject: [PATCH] =?UTF-8?q?0.13.0=20=E2=86=92=200.13.1=20(#538)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 ++++++- package.yaml | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e004cb7b3..6e83320a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.13.1] - 2020-01-10 + New features: -- Added `--before`, `--then` and `--else` flags to specify commands to run before and after a build. +- Add `--before`, `--then` and `--else` flags to specify commands to run before and after a build (#532, #410) + +Other improvements: +- Docs: fix npm command line argument in README (#597) ## [0.13.0] - 2019-12-19 diff --git a/package.yaml b/package.yaml index ed2be9e8e..6106a7921 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: spago -version: 0.13.0 +version: 0.13.1 github: "spacchetti/spago" license: BSD3 author: "Justin Woo, Fabrizio Ferrai"