From 569be462a7f07dc707254798c5f470bbd7f1c912 Mon Sep 17 00:00:00 2001 From: Raees Iqbal Date: Sat, 7 Dec 2019 01:31:00 +0500 Subject: [PATCH] 2.23.1 --- CHANGELOG.md | 16 +++++++++++++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86653f98f74..31190340ab9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +## [v2.23.1](https://github.com/netlify/cli/compare/v2.23.0...v2.23.1) - 2019-12-06 + +### Merged + +- Update Config parsing to work with netlify build [`#616`](https://github.com/netlify/cli/pull/616) + +### Commits + +- refactor: add siteId [`eb3f96f`](https://github.com/netlify/cli/commit/eb3f96f588d15fe4db1d654cacace1f0c11b4110) +- chore: add todo [`b191361`](https://github.com/netlify/cli/commit/b19136105e7864fa956c9b37210521356f5e0ff6) +- Check if process exists before try to kill [`04fc714`](https://github.com/netlify/cli/commit/04fc714444567557af1a17c0c6d6d21f1650b0e7) + ## [v2.23.0](https://github.com/netlify/cli/compare/v2.22.0...v2.23.0) - 2019-12-05 ### Merged @@ -27,7 +39,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). ### Commits -- Allow no configuration file [`a9977b0`](https://github.com/netlify/cli/commit/a9977b004df193bbff3b5d839aefdaf466fa29c9) +- refactor: delete old config parsing [`6bd8a44`](https://github.com/netlify/cli/commit/6bd8a44c9c7ae08832ca1099f0820f9ea80eba09) +- chore: update config dep [`4012c9d`](https://github.com/netlify/cli/commit/4012c9d66fe37af570e43e3007ec527d373e5fd1) +- fix: dont run detector sync lookup for every command [`18f1b30`](https://github.com/netlify/cli/commit/18f1b306c6ad101cc8126c7174a1f99ccf15ef32) ## [v2.21.0](https://github.com/netlify/cli/compare/v2.20.2...v2.21.0) - 2019-11-13 diff --git a/package-lock.json b/package-lock.json index fb087a6d368..650c06b73a8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "netlify-cli", - "version": "2.23.0", + "version": "2.23.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b991d4493b9..dcaea280431 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "2.23.0", + "version": "2.23.1", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",