Skip to content

Commit

Permalink
Prepare to release v0.14.0 (#875)
Browse files Browse the repository at this point in the history
* Prepare to release v0.14.0

* Also prepare to release the vscode extension
  • Loading branch information
rictic authored Sep 12, 2023
1 parent 86bb1d1 commit d7c40e6
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 9 deletions.
13 changes: 6 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ Versioning](https://semver.org/spec/v2.0.0.html).

<!-- ## [Unreleased] -->

## [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

Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
5 changes: 5 additions & 0 deletions vscode-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion vscode-extension/built/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit d7c40e6

Please sign in to comment.