From d7c40e6e34c55a2a2161c6fea0243befcce9bd21 Mon Sep 17 00:00:00 2001 From: Peter Burns Date: Tue, 12 Sep 2023 09:15:29 -0700 Subject: [PATCH] Prepare to release v0.14.0 (#875) * Prepare to release v0.14.0 * Also prepare to release the vscode extension --- CHANGELOG.md | 13 ++++++------- package.json | 2 +- vscode-extension/CHANGELOG.md | 5 +++++ vscode-extension/built/package.json | 2 +- 4 files changed, 13 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71071dab5..e8cb6a977 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,11 @@ Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.14.0] - 2023-09-12 + +### Changed + +- The default logger has switched from 'simple'. It's 'quiet-ci' if the environment variable `CI` is set, otherwise it's 'quiet'. To switch back, set the environment variable WIREIT_LOGGER to 'simple'. ### Fixed @@ -20,12 +24,6 @@ Versioning](https://semver.org/spec/v2.0.0.html). ### Changed -- The default logger has switched from 'simple'. It's 'quiet-ci' if the environment variable `CI` is set, otherwise it's 'quiet'. To switch back, set the environment variable WIREIT_LOGGER to 'simple'. - -## [0.13.0] - 2023-09-01 - -### Changed - - **[BREAKING]** Node 14 and Node 16 are no longer supported. Node 14 is past its end of life and Node 16 will be shortly. See the Node Release Schedule here:https://github.com/nodejs/Release#release-schedule. Node 18 will be supported until April 2025. ## [0.12.0] - 2023-09-01 @@ -556,6 +554,7 @@ Versioning](https://semver.org/spec/v2.0.0.html). - Initial release. [unreleased]: https://github.com/google/wireit/compare/v0.13.0...HEAD +[0.13.0]: https://github.com/google/wireit/compare/v0.13.0...v0.14.0 [0.13.0]: https://github.com/google/wireit/compare/v0.12.0...v0.13.0 [0.12.0]: https://github.com/google/wireit/compare/v0.11.0...v0.12.0 [0.11.0]: https://github.com/google/wireit/compare/v0.10.0...v0.11.0 diff --git a/package.json b/package.json index bb76bf1ce..075ddc882 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wireit", - "version": "0.13.0", + "version": "0.14.0", "description": "Upgrade your npm scripts to make them smarter and more efficient", "author": "Google LLC", "license": "Apache-2.0", diff --git a/vscode-extension/CHANGELOG.md b/vscode-extension/CHANGELOG.md index cf701aee2..78fc49f22 100644 --- a/vscode-extension/CHANGELOG.md +++ b/vscode-extension/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to the "wireit" extension will be documented in this file. Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. +## [0.7.0] - 2023-09-12 + +- More reliably handle and report diagnostics for scripts with invalid + configurations. Specifically fixed https://github.com/google/wireit/issues/803. + ## [0.6.0] - 2023-02-06 - Updated to allow scripts that are in the "wireit" section but not the main diff --git a/vscode-extension/built/package.json b/vscode-extension/built/package.json index 63cddbfef..cdc2d8460 100644 --- a/vscode-extension/built/package.json +++ b/vscode-extension/built/package.json @@ -3,7 +3,7 @@ "displayName": "wireit", "publisher": "google", "description": "For the wireit script runner", - "version": "0.6.0", + "version": "0.7.0", "contributes": { "commands": [], "jsonValidation": [